mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-18 15:37:46 -05:00
stuff
This commit is contained in:
@@ -8,5 +8,6 @@ export const useItemImage = (itemId: string, imageType?: ImageType, width?: numb
|
||||
queryKey: [QueryKeys.ItemImage, itemId, imageType, width, height],
|
||||
queryFn: () => fetchItemImage(itemId, imageType, width, height),
|
||||
staleTime: QueryConfig.staleTime.oneWeek,
|
||||
gcTime: Infinity
|
||||
gcTime: Infinity,
|
||||
retry: 3
|
||||
});
|
||||
Reference in New Issue
Block a user