EBML output fix
This commit is contained in:
parent
d9f5c2ca6d
commit
e641793195
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace Mist{
|
|||
protected:
|
||||
virtual bool inlineRestartCapable() const{return true;}
|
||||
bool isFileTarget(){
|
||||
if (config->getString("target").substr(0, 9) != "mkv-exec:"){return true;}
|
||||
if (config->getString("target").size() && config->getString("target").substr(0, 9) != "mkv-exec:"){return true;}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue