mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-14 06:12:17 +01:00
update sliders
This commit is contained in:
@@ -20,7 +20,7 @@ namespace MediaBrowser.Server.Implementations.Collections
|
||||
|
||||
public bool IsHiddenFromUser(User user)
|
||||
{
|
||||
return !user.Configuration.DisplayCollectionsView;
|
||||
return !ConfigurationManager.Configuration.DisplayCollectionsView;
|
||||
}
|
||||
|
||||
public override string CollectionType
|
||||
|
||||
Reference in New Issue
Block a user