Fixed ts-exec output
This commit is contained in:
parent
9993dfafa2
commit
9f0b86108d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace Mist{
|
|||
bool isRecording();
|
||||
bool isFileTarget(){
|
||||
HTTP::URL target(config->getString("target"));
|
||||
if (isRecording() && (target.getExt() == "ts" || config->getString("target").substr(0, 8) == "ts-exec:")){return true;}
|
||||
if (isRecording() && (target.getExt() == "ts" && config->getString("target").substr(0, 8) != "ts-exec:")){return true;}
|
||||
return false;
|
||||
}
|
||||
virtual bool inlineRestartCapable() const{return true;}
|
||||
|
|
Loading…
Add table
Reference in a new issue