mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Add profile condition to limit the number of streams (#13583)
This commit is contained in:
@@ -14,6 +14,7 @@ namespace MediaBrowser.Model.Session
|
||||
SubtitleCodecNotSupported = 1 << 3,
|
||||
AudioIsExternal = 1 << 4,
|
||||
SecondaryAudioNotSupported = 1 << 5,
|
||||
StreamCountExceedsLimit = 1 << 26,
|
||||
|
||||
// Video Constraints
|
||||
VideoProfileNotSupported = 1 << 6,
|
||||
|
||||
Reference in New Issue
Block a user