mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
fix copypasta
This commit is contained in:
parent
90f79b4ae7
commit
d4e7c6bd18
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ export const NavidromeAlbumFilters = ({
|
||||||
|
|
||||||
const tagsQuery = useTagList({
|
const tagsQuery = useTagList({
|
||||||
query: {
|
query: {
|
||||||
type: LibraryItem.SONG,
|
type: LibraryItem.ALBUM,
|
||||||
},
|
},
|
||||||
serverId,
|
serverId,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue