mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
added UniversalDetector.dll
This commit is contained in:
parent
e978482896
commit
5ff5df9867
14 changed files with 82 additions and 35 deletions
|
|
@ -467,7 +467,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
{
|
||||
if (job.SubtitleStream.IsExternal && !job.SubtitleStream.IsTextSubtitleStream)
|
||||
{
|
||||
arg += " -i " + job.SubtitleStream.Path;
|
||||
arg += " -i \"" + job.SubtitleStream.Path + "\"";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue