Add profile condition to limit the number of streams (#13583)

This commit is contained in:
Dmitry Lyzo
2025-03-28 15:51:22 +03:00
committed by GitHub
parent 7f5cc544df
commit cb931e0062
9 changed files with 1198 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ namespace MediaBrowser.Model.Dlna
IsInterlaced = 21,
AudioSampleRate = 22,
AudioBitDepth = 23,
VideoRangeType = 24
VideoRangeType = 24,
NumStreams = 25
}
}