mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 04:20:07 +02:00
fix the loading state on listquery add to queue
This commit is contained in:
@@ -266,7 +266,11 @@ export const queryKeys: Record<
|
||||
list: (serverId: string) => [serverId, 'musicFolders', 'list'] as const,
|
||||
},
|
||||
player: {
|
||||
fetch: () => {
|
||||
fetch: (meta?: any) => {
|
||||
if (meta) {
|
||||
return ['player', 'fetch', meta] as const;
|
||||
}
|
||||
|
||||
return ['player', 'fetch'] as const;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user