Explicitly set default value for MediaStream.VideoRangeType enum

This commit is contained in:
Niels van Velzen 2025-04-03 18:18:06 +02:00
parent 1fff472569
commit a4ab5e5a14

View File

@ -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