update special folders

This commit is contained in:
Luke Pulverenti
2015-10-30 11:23:06 -04:00
parent 50f6ee1039
commit 0ac0d6b878
2 changed files with 19 additions and 21 deletions

View File

@@ -34,11 +34,6 @@ namespace MediaBrowser.Server.Implementations.Playlists
}
}
public override bool IsHiddenFromUser(User user)
{
return false;
}
public override string CollectionType
{
get { return Model.Entities.CollectionType.Playlists; }