mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-23 18:50:26 +00:00
Explicitly set default value for MediaStream.VideoRangeType enum
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user