fix copypasta

This commit is contained in:
Kendall Garner 2025-05-20 08:40:24 -07:00
parent 90f79b4ae7
commit d4e7c6bd18
No known key found for this signature in database
GPG key ID: 9355F387FE765C94
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ export const JellyfinAlbumFilters = ({
const tagsQuery = useTagList({ const tagsQuery = useTagList({
query: { query: {
folder: filter?.musicFolderId, folder: filter?.musicFolderId,
type: LibraryItem.SONG, type: LibraryItem.ALBUM,
}, },
serverId, serverId,
}); });

View file

@ -67,7 +67,7 @@ export const NavidromeAlbumFilters = ({
const tagsQuery = useTagList({ const tagsQuery = useTagList({
query: { query: {
type: LibraryItem.SONG, type: LibraryItem.ALBUM,
}, },
serverId, serverId,
}); });