mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
update queries
This commit is contained in:
@@ -132,11 +132,6 @@ namespace MediaBrowser.Controller.Entities
|
||||
CollectionType.Playlists
|
||||
};
|
||||
|
||||
if (!ConfigurationManager.Configuration.EnableSharedCollectionViewImage)
|
||||
{
|
||||
standaloneTypes.Add(CollectionType.BoxSets);
|
||||
}
|
||||
|
||||
var collectionFolder = folder as ICollectionFolder;
|
||||
|
||||
if (collectionFolder == null)
|
||||
@@ -172,7 +167,9 @@ namespace MediaBrowser.Controller.Entities
|
||||
CollectionType.Books,
|
||||
CollectionType.MusicVideos,
|
||||
CollectionType.HomeVideos,
|
||||
CollectionType.Photos
|
||||
CollectionType.Photos,
|
||||
CollectionType.Music,
|
||||
CollectionType.BoxSets
|
||||
};
|
||||
|
||||
return types.Contains(viewType ?? string.Empty, StringComparer.OrdinalIgnoreCase);
|
||||
|
||||
Reference in New Issue
Block a user