From 3be25f8bfbe6286d47ab5cf400fac7673e284d61 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 28 Sep 2014 11:27:26 -0400 Subject: channel improvements --- MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs') diff --git a/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs b/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs index 97129368e..1e1062161 100644 --- a/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs +++ b/MediaBrowser.Server.Implementations/Intros/DefaultIntroProvider.cs @@ -99,7 +99,8 @@ namespace MediaBrowser.Server.Implementations.Intros { var channelTrailers = await _channelManager.GetAllMediaInternal(new AllChannelMediaQuery { - ContentTypes = new[] { ChannelMediaContentType.Trailer }, + ContentTypes = new[] { ChannelMediaContentType.MovieExtra }, + ExtraTypes = new[] { ExtraType.Trailer }, UserId = user.Id.ToString("N") }, CancellationToken.None); -- cgit v1.2.3