mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-21 00:58:32 -05:00
fix search result images
This commit is contained in:
@@ -12,4 +12,5 @@ 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),
|
||||
retry: 3,
|
||||
});
|
||||
Reference in New Issue
Block a user