update channels

This commit is contained in:
Luke Pulverenti
2014-09-28 16:49:43 -04:00
parent c05cb1dcb1
commit 1fcfff41c7
29 changed files with 590 additions and 547 deletions

View File

@@ -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);