mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 21:50:35 +02:00
use tags list for Navidrome genres to support counts
This commit is contained in:
@@ -38,7 +38,7 @@ export const JellyfinSongFilters = () => {
|
||||
}, [genreListQuery.data]);
|
||||
|
||||
const tagsQuery = useQuery(
|
||||
sharedQueries.tags({
|
||||
sharedQueries.tagList({
|
||||
query: {
|
||||
type: LibraryItem.SONG,
|
||||
},
|
||||
|
||||
@@ -151,7 +151,7 @@ const TagFilters = () => {
|
||||
const serverId = useCurrentServerId();
|
||||
|
||||
const tagsQuery = useSuspenseQuery(
|
||||
sharedQueries.tags({
|
||||
sharedQueries.tagList({
|
||||
query: { type: LibraryItem.SONG },
|
||||
serverId,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user