diff --git a/api/queries/image.ts b/api/queries/image.ts index ddff451e..94a8ebf8 100644 --- a/api/queries/image.ts +++ b/api/queries/image.ts @@ -12,6 +12,4 @@ export const useItemImage = (itemId: string, imageType: ImageType = ImageType.Pr Math.ceil(height / 100) * 100 // So these keys need to match ], queryFn: () => fetchItemImage(itemId, imageType, width, height), - staleTime: 1000 * 60, // One minute, these are stored on disk anyways - gcTime: 1000 * 60 * 60 // One hour, could be less maybe? }); \ No newline at end of file diff --git a/components/Player/screens/index.tsx b/components/Player/screens/index.tsx index edbb5d9f..71653d0b 100644 --- a/components/Player/screens/index.tsx +++ b/components/Player/screens/index.tsx @@ -78,7 +78,11 @@ export default function PlayerScreen({ - + {