Browse Source

Explicitly set default value for MediaStream.VideoRangeType enum

Niels van Velzen 2 months ago
parent
commit
a4ab5e5a14
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MediaBrowser.Model/Entities/MediaStream.cs

+ 1 - 0
MediaBrowser.Model/Entities/MediaStream.cs

@@ -172,6 +172,7 @@ namespace MediaBrowser.Model.Entities
         /// Gets the video range type.
         /// </summary>
         /// <value>The video range type.</value>
+        [DefaultValue(VideoRangeType.Unknown)]
         public VideoRangeType VideoRangeType
         {
             get