mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue