mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
Change CanExtractSubtitles to true to allow conversion during direct streaming
This commit is contained in:
@@ -1018,7 +1018,8 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
|
||||
public bool CanExtractSubtitles(string codec)
|
||||
{
|
||||
return false;
|
||||
// TODO is there ever a case when a subtitle can't be extracted??
|
||||
return true;
|
||||
}
|
||||
|
||||
private class ProcessWrapper : IDisposable
|
||||
|
||||
Reference in New Issue
Block a user