update channel view

This commit is contained in:
Luke Pulverenti
2016-03-29 23:10:01 -04:00
parent 62cb2195ea
commit 5bf1dcd519
2 changed files with 2 additions and 3 deletions

View File

@@ -121,7 +121,7 @@ namespace MediaBrowser.Server.Implementations.Library
var channels = channelResult.Items;
if (!user.Configuration.DisplayChannelsInline && channels.Length > 0)
if (user.Configuration.EnableChannelView && channels.Length > 0)
{
list.Add(await _channelManager.GetInternalChannelFolder(cancellationToken).ConfigureAwait(false));
}