mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
removed video format
This commit is contained in:
@@ -27,19 +27,6 @@ namespace MediaBrowser.Controller.Entities
|
||||
AdditionalPartIds = new List<Guid>();
|
||||
}
|
||||
|
||||
public VideoFormat VideoFormat
|
||||
{
|
||||
get
|
||||
{
|
||||
if (!Video3DFormat.HasValue)
|
||||
{
|
||||
return VideoFormat.Standard;
|
||||
}
|
||||
|
||||
return VideoFormat.Digital3D;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the type of the video.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user