diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-04 14:10:50 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-04 14:10:50 -0400 |
| commit | 5c613f2dda979f412ffc3eca19f0a933fa2ef942 (patch) | |
| tree | 64aca87a43b2a59c1d382963e71e65b268d6b7be /MediaBrowser.Controller/Entities/Video.cs | |
| parent | cf87301f45bfed4210ac2a53b5b88f2c40071796 (diff) | |
update channel db
Diffstat (limited to 'MediaBrowser.Controller/Entities/Video.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Video.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Entities/Video.cs b/MediaBrowser.Controller/Entities/Video.cs index 45c497fcf..8beee79bf 100644 --- a/MediaBrowser.Controller/Entities/Video.cs +++ b/MediaBrowser.Controller/Entities/Video.cs @@ -330,8 +330,6 @@ namespace MediaBrowser.Controller.Entities get { return Video3DFormat.HasValue; } } - public bool IsHD { get; set; } - /// <summary> /// Gets the type of the media. /// </summary> |
