Add extra white space

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
gnattu
2024-05-31 15:14:29 +08:00
committed by GitHub
parent 78e3ee15f9
commit cfe67ff17d

View File

@@ -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
{