This commit is contained in:
Kendall Garner 2024-02-19 08:56:06 -08:00
parent 025124c379
commit af90d07414
No known key found for this signature in database
GPG key ID: 18D2767419676C87
3 changed files with 2 additions and 3 deletions

View file

@ -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');