add scan listener and query invalidation on tag editor save

This commit is contained in:
jeffvli
2026-07-19 21:03:13 -07:00
parent e62242824d
commit 173efa9bfd
17 changed files with 326 additions and 5 deletions
+1
View File
@@ -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) => {