fix: item count

This commit is contained in:
Fredrik Burmester
2025-01-03 10:12:40 +01:00
parent c9fb52086e
commit ea3cc18b3c
2 changed files with 44 additions and 6 deletions

View File

@@ -150,6 +150,8 @@ const Page = () => {
itemType = "Series";
} else if (library.CollectionType === "boxsets") {
itemType = "BoxSet";
} else if (library.CollectionType === "music") {
itemType = "MusicAlbum";
}
const response = await getItemsApi(api).getItems({