move last fm providers to a plugin

This commit is contained in:
Luke Pulverenti
2014-07-13 17:03:57 -04:00
parent baf44b2718
commit d7f3214b32
13 changed files with 17 additions and 732 deletions

View File

@@ -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