update tabs

This commit is contained in:
Luke Pulverenti
2015-09-01 10:01:59 -04:00
parent 30c8937e36
commit d8c8e57a0b
2 changed files with 20 additions and 13 deletions

View File

@@ -147,15 +147,7 @@ namespace MediaBrowser.Server.Implementations.UserViews
{
CollectionType.Movies,
CollectionType.TvShows,
CollectionType.Games,
CollectionType.Music,
CollectionType.BoxSets,
CollectionType.Channels,
CollectionType.Books,
CollectionType.Photos,
CollectionType.HomeVideos,
CollectionType.MusicVideos,
string.Empty
CollectionType.Music
};
return collectionStripViewTypes.Contains(view.ViewType ?? string.Empty);