mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
update tabs
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user