Merge branch 'master' into feat/i18n

This commit is contained in:
Simon Caron
2024-12-31 12:24:28 -05:00
33 changed files with 1223 additions and 703 deletions

View File

@@ -144,8 +144,6 @@ const Page = () => {
}): Promise<BaseItemDtoQueryResult | null> => {
if (!api || !library) return null;
console.log("[libraryId] ~", library);
let itemType: BaseItemKind | undefined;
// This fix makes sure to only return 1 type of items, if defined.