mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
move last fm providers to a plugin
This commit is contained in:
@@ -26,7 +26,7 @@ namespace MediaBrowser.Server.Implementations.Collections
|
||||
|
||||
public override bool IsHiddenFromUser(User user)
|
||||
{
|
||||
return true;
|
||||
return !user.Configuration.DisplayCollectionsView;
|
||||
}
|
||||
|
||||
public override string CollectionType
|
||||
|
||||
Reference in New Issue
Block a user