mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
update subtitle threshold
This commit is contained in:
@@ -107,7 +107,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
|
||||
private int GetMaxAllowedBitrateForExternalSubtitleStream()
|
||||
{
|
||||
return 20000000;
|
||||
return 30000000;
|
||||
}
|
||||
|
||||
private IEnumerable<MediaStream> GetMediaStreamsForItem(IEnumerable<MediaStream> streams)
|
||||
|
||||
Reference in New Issue
Block a user