mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Explicitly set default value for MediaStream.VideoRangeType enum
This commit is contained in:
parent
1fff472569
commit
a4ab5e5a14
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user