removed video format

This commit is contained in:
Luke Pulverenti
2013-07-11 16:24:32 -04:00
parent 24bb7c393f
commit 45b995def7
3 changed files with 0 additions and 28 deletions

View File

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