mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
update querying
This commit is contained in:
@@ -170,7 +170,8 @@ namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
CollectionType.Games,
|
||||
CollectionType.Books,
|
||||
CollectionType.MusicVideos
|
||||
CollectionType.MusicVideos ,
|
||||
CollectionType.HomeVideos
|
||||
};
|
||||
|
||||
return types.Contains(viewType ?? string.Empty, StringComparer.OrdinalIgnoreCase);
|
||||
|
||||
Reference in New Issue
Block a user