aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/VideoType.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-08-07 16:38:18 -0400
committerGitHub <noreply@github.com>2017-08-07 16:38:18 -0400
commitab834f8fdffb64b562ece0512a53f361c62f7f6f (patch)
tree818ab159a338df8b99e0d79fd3e85967c153f6c3 /MediaBrowser.Model/Entities/VideoType.cs
parente9bf2e413222af14ca791d989bd0470d5e282ae0 (diff)
parentcc679f356131707fa8726b7fc5bc4deca4383b28 (diff)
Merge pull request #2797 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model/Entities/VideoType.cs')
-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 aa9a3c55f..05c2fa32c 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
}
}