diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-15 23:40:36 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-15 23:40:36 -0400 |
| commit | d2b86edf0532af617c233c01ac0973c44448c447 (patch) | |
| tree | 30979b9a36a745a02587ed371480552f6a04120a /MediaBrowser.Controller/Entities/Video.cs | |
| parent | ee5fdd41203e24f0e7b8a2bf3b55f54427d0167b (diff) | |
update hdhr channel ids
Diffstat (limited to 'MediaBrowser.Controller/Entities/Video.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Video.cs | 6 |
1 files changed, 0 insertions, 6 deletions
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 } } - /// <summary> - /// Gets or sets the display type of the media. - /// </summary> - /// <value>The display type of the media.</value> - public string DisplayMediaType { get; set; } - [IgnoreDataMember] public override bool SupportsPositionTicksResume { |
