mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
bugfix
This commit is contained in:
parent
025124c379
commit
af90d07414
3 changed files with 2 additions and 3 deletions
|
|
@ -10,7 +10,6 @@ export const useSongList = (args: QueryHookArgs<SongListQuery>, imageSize?: numb
|
|||
const server = getServerById(serverId);
|
||||
|
||||
return useQuery({
|
||||
cacheTime: 1000 * 60,
|
||||
enabled: !!server?.id,
|
||||
queryFn: ({ signal }) => {
|
||||
if (!server) throw new Error('Server not found');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue