mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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);
|
_mediaEncoder.GenerateConcatConfig(state.MediaSource, tmpConcatPath);
|
||||||
arg.Append(" -f concat -safe 0 -i \"")
|
arg.Append(" -f concat -safe 0 -i \"")
|
||||||
.Append(tmpConcatPath)
|
.Append(tmpConcatPath)
|
||||||
.Append('"');
|
.Append("\" ");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user