aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-03-19 15:32:37 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-03-19 15:32:37 -0400
commitdb1bf5b1b55c8012e9ca3393fd59b9469ee5aeaf (patch)
tree61dd1b04e176e9d83b931de063796cbf03756f7a /MediaBrowser.Model/Entities
parent1d2b6329bf3d395c57ac45a0f56b2e15bbee4c22 (diff)
audio podcast
Diffstat (limited to 'MediaBrowser.Model/Entities')
-rw-r--r--MediaBrowser.Model/Entities/TrailerType.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/TrailerType.cs b/MediaBrowser.Model/Entities/TrailerType.cs
index c96a05bcd..085f461cf 100644
--- a/MediaBrowser.Model/Entities/TrailerType.cs
+++ b/MediaBrowser.Model/Entities/TrailerType.cs
@@ -5,6 +5,7 @@ namespace MediaBrowser.Model.Entities
ComingSoonToTheaters = 1,
ComingSoonToDvd = 2,
ComingSoonToStreaming = 3,
- Archive = 4
+ Archive = 4,
+ LocalTrailer = 5
}
} \ No newline at end of file