aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-07 16:36:41 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-07 16:36:41 -0400
commit994720c24a76a9480a0d621b8326c98bdec798bd (patch)
tree0d50d258ab20ffa788a3426124f8529cef9e3cf2 /MediaBrowser.Model/Entities
parent6d78824c8e9fa9fe1e46944ca6901af724b8f7cd (diff)
deprecate hddvd videotype
Diffstat (limited to 'MediaBrowser.Model/Entities')
-rw-r--r--MediaBrowser.Model/Entities/VideoType.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/MediaBrowser.Model/Entities/VideoType.cs b/MediaBrowser.Model/Entities/VideoType.cs
index aa9a3c55f2..05c2fa32c6 100644
--- a/MediaBrowser.Model/Entities/VideoType.cs
+++ b/MediaBrowser.Model/Entities/VideoType.cs
@@ -21,10 +21,6 @@ namespace MediaBrowser.Model.Entities
/// <summary>
/// The blu ray
/// </summary>
- BluRay,
- /// <summary>
- /// The hd DVD
- /// </summary>
- HdDvd
+ BluRay
}
}