diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-28 16:49:43 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-28 16:49:43 -0400 |
| commit | 1fcfff41c7d33266a059b9f4161f9aea34be8de4 (patch) | |
| tree | db41aa2494cc0a69299f50efc2a53ef781dc5741 /MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs | |
| parent | c05cb1dcb1bb51cadc6e413395f2adb63cbab6ad (diff) | |
update channels
Diffstat (limited to 'MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs | 3 |
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); |
