aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dlna/ProfileConditionValue.cs
diff options
context:
space:
mode:
authorDmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>2025-03-28 15:51:22 +0300
committerGitHub <noreply@github.com>2025-03-28 06:51:22 -0600
commitcb931e00627559e4e9d14d2cc7d4ec8e00eb7061 (patch)
tree7d003a48121b1bc69d146a35c6b6b1fac9ffb486 /MediaBrowser.Model/Dlna/ProfileConditionValue.cs
parent7f5cc544df40bc79bf84c9adcdca35ea224c9c33 (diff)
Add profile condition to limit the number of streams (#13583)
Diffstat (limited to 'MediaBrowser.Model/Dlna/ProfileConditionValue.cs')
-rw-r--r--MediaBrowser.Model/Dlna/ProfileConditionValue.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Dlna/ProfileConditionValue.cs b/MediaBrowser.Model/Dlna/ProfileConditionValue.cs
index a32433e18..b66a15840 100644
--- a/MediaBrowser.Model/Dlna/ProfileConditionValue.cs
+++ b/MediaBrowser.Model/Dlna/ProfileConditionValue.cs
@@ -27,6 +27,7 @@ namespace MediaBrowser.Model.Dlna
IsInterlaced = 21,
AudioSampleRate = 22,
AudioBitDepth = 23,
- VideoRangeType = 24
+ VideoRangeType = 24,
+ NumStreams = 25
}
}