aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/TrailerType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Entities/TrailerType.cs')
-rw-r--r--MediaBrowser.Model/Entities/TrailerType.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.Model/Entities/TrailerType.cs b/MediaBrowser.Model/Entities/TrailerType.cs
deleted file mode 100644
index 085f461cf..000000000
--- a/MediaBrowser.Model/Entities/TrailerType.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-namespace MediaBrowser.Model.Entities
-{
- public enum TrailerType
- {
- ComingSoonToTheaters = 1,
- ComingSoonToDvd = 2,
- ComingSoonToStreaming = 3,
- Archive = 4,
- LocalTrailer = 5
- }
-} \ No newline at end of file