mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
Added Video3DFormat property
This commit is contained in:
@@ -72,7 +72,7 @@ namespace MediaBrowser.Model.Querying
|
||||
/// Gets or sets the video formats.
|
||||
/// </summary>
|
||||
/// <value>The video formats.</value>
|
||||
public VideoFormat[] VideoFormats { get; set; }
|
||||
public bool? Is3D { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the video types.
|
||||
@@ -189,8 +189,6 @@ namespace MediaBrowser.Model.Querying
|
||||
|
||||
MediaTypes = new string[] {};
|
||||
|
||||
VideoFormats = new VideoFormat[] { };
|
||||
|
||||
VideoTypes = new VideoType[] {};
|
||||
|
||||
Genres = new string[] { };
|
||||
|
||||
Reference in New Issue
Block a user