From d2b86edf0532af617c233c01ac0973c44448c447 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 15 Aug 2017 23:40:36 -0400 Subject: update hdhr channel ids --- MediaBrowser.Controller/Entities/Video.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Controller/Entities/Video.cs') diff --git a/MediaBrowser.Controller/Entities/Video.cs b/MediaBrowser.Controller/Entities/Video.cs index fbeefbbd9..3b166db92 100644 --- a/MediaBrowser.Controller/Entities/Video.cs +++ b/MediaBrowser.Controller/Entities/Video.cs @@ -53,12 +53,6 @@ namespace MediaBrowser.Controller.Entities } } - /// - /// Gets or sets the display type of the media. - /// - /// The display type of the media. - public string DisplayMediaType { get; set; } - [IgnoreDataMember] public override bool SupportsPositionTicksResume { -- cgit v1.2.3