Add extra white space
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
78e3ee15f9
commit
cfe67ff17d
|
@ -1191,7 +1191,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
_mediaEncoder.GenerateConcatConfig(state.MediaSource, tmpConcatPath);
|
||||
arg.Append(" -f concat -safe 0 -i \"")
|
||||
.Append(tmpConcatPath)
|
||||
.Append('"');
|
||||
.Append("\" ");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user