mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 14:33:06 +03:00
added UniversalDetector.dll
This commit is contained in:
@@ -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 + "\"";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user