Return BadRequest when an invalid set of filters is given

This commit is contained in:
Bond_009
2026-03-11 21:20:14 +01:00
parent 08f9ec5d37
commit 946c6b9981
6 changed files with 104 additions and 167 deletions

View File

@@ -2289,7 +2289,7 @@ namespace Emby.Server.Implementations.Library
if (item is null)
{
return new List<Folder>();
return [];
}
return GetCollectionFoldersInternal(item, allUserRootChildren);