mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-14 11:40:42 +01:00
Add profile condition to limit the number of streams (#13583)
This commit is contained in:
@@ -27,6 +27,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
IsInterlaced = 21,
|
||||
AudioSampleRate = 22,
|
||||
AudioBitDepth = 23,
|
||||
VideoRangeType = 24
|
||||
VideoRangeType = 24,
|
||||
NumStreams = 25
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user