Fix issue #6587
This commit is contained in:
parent
b598f0e9fb
commit
f6622bd810
|
@ -188,7 +188,7 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV
|
|||
CultureInfo.InvariantCulture,
|
||||
"-i \"{0}\" {2} -map_metadata -1 -threads {6} {3}{4}{5} -y \"{1}\"",
|
||||
inputTempFile,
|
||||
targetFile,
|
||||
targetFile.Replace("\"", "\\\""), // Escape quotes in filename
|
||||
videoArgs,
|
||||
GetAudioArgs(mediaSource),
|
||||
subtitleArgs,
|
||||
|
|
Loading…
Reference in New Issue
Block a user