aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities
diff options
context:
space:
mode:
authorebr11 Eric Reed spam <ebr11 Eric Reed spam@reedsplace.com>2012-09-18 16:20:27 -0400
committerebr11 Eric Reed spam <ebr11 Eric Reed spam@reedsplace.com>2012-09-18 16:20:27 -0400
commit68de4a65680ae1e7b6f7b4ab14901678bd1a154b (patch)
treeb68748b1b6837597d346ed150ec5894a9aff160d /MediaBrowser.Model/Entities
parent0adc77209cd2c43fcc637124683f80a60bad9474 (diff)
Add HDDVD recognition
Diffstat (limited to 'MediaBrowser.Model/Entities')
-rw-r--r--MediaBrowser.Model/Entities/VideoType.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/VideoType.cs b/MediaBrowser.Model/Entities/VideoType.cs
index b30b146904..0d46ff7700 100644
--- a/MediaBrowser.Model/Entities/VideoType.cs
+++ b/MediaBrowser.Model/Entities/VideoType.cs
@@ -6,6 +6,7 @@ namespace MediaBrowser.Model.Entities
VideoFile,
Iso,
Dvd,
- BluRay
+ BluRay,
+ HdDvd
}
}