mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-25 20:06:33 +02:00
add scan listener and query invalidation on tag editor save
This commit is contained in:
@@ -363,6 +363,7 @@ export const queryKeys: Record<
|
||||
},
|
||||
server: {
|
||||
root: (serverId: string) => [serverId] as const,
|
||||
scanStatus: (serverId: string) => [serverId, 'server', 'scanStatus'] as const,
|
||||
},
|
||||
songs: {
|
||||
albumRadio: (serverId: string, query?: AlbumRadioQuery) => {
|
||||
|
||||
Reference in New Issue
Block a user