mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-08-07 09:01:36 -04:00
Do not attempt to extract internal subtitles if there are only MKS subtitles.
This commit is contained in:
parent
84cebeae64
commit
e8239a7ee2
@ -635,6 +635,11 @@ namespace MediaBrowser.MediaEncoding.Subtitles
|
||||
outputPath);
|
||||
}
|
||||
|
||||
if (outputPaths.Count == 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
await ExtractSubtitlesForFile(inputPath, args, outputPaths, cancellationToken).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user