update tabs

pull/702/head
Luke Pulverenti 8 years ago
parent e400d34344
commit b095d9fd38

@ -60,7 +60,8 @@ namespace MediaBrowser.Model.Configuration
EnableNextEpisodeAutoPlay = true;
RememberAudioSelections = true;
RememberSubtitleSelections = true;
DisplayChannelsInline = true;
HidePlayedInLatest = true;
PlayDefaultAudioTrack = true;

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

Loading…
Cancel
Save