aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-28 16:49:43 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-28 16:49:43 -0400
commit1fcfff41c7d33266a059b9f4161f9aea34be8de4 (patch)
treedb41aa2494cc0a69299f50efc2a53ef781dc5741 /MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs
parentc05cb1dcb1bb51cadc6e413395f2adb63cbab6ad (diff)
update channels
Diffstat (limited to 'MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs b/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs
index 1e1062161..c47eb82de 100644
--- a/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs
+++ b/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs
@@ -101,7 +101,8 @@ namespace MediaBrowser.Server.Implementations.Intros
{
ContentTypes = new[] { ChannelMediaContentType.MovieExtra },
ExtraTypes = new[] { ExtraType.Trailer },
- UserId = user.Id.ToString("N")
+ UserId = user.Id.ToString("N"),
+ TrailerTypes = new[] { TrailerType.ComingSoonToTheaters }
}, CancellationToken.None);