diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-28 11:27:26 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-28 11:27:26 -0400 |
| commit | 3be25f8bfbe6286d47ab5cf400fac7673e284d61 (patch) | |
| tree | f4b61c5d1082f673ebe00e117502091e41a88bd3 /MediaBrowser.Model/Entities/ExtraType.cs | |
| parent | eab030df7ff0f3a78b1aa01f06eb30f71df5a391 (diff) | |
channel improvements
Diffstat (limited to 'MediaBrowser.Model/Entities/ExtraType.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/ExtraType.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/ExtraType.cs b/MediaBrowser.Model/Entities/ExtraType.cs index ab8da58c0..92fb00731 100644 --- a/MediaBrowser.Model/Entities/ExtraType.cs +++ b/MediaBrowser.Model/Entities/ExtraType.cs @@ -13,4 +13,12 @@ namespace MediaBrowser.Model.Entities ThemeSong = 8, ThemeVideo = 9 } + + public enum TrailerType + { + ComingSoonToTheaters = 1, + ComingSoonToDvd = 2, + ComingSoonToStreaming = 3, + Archive = 4 + } } |
