mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-01-04 12:50:02 -06: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,
|
||||
});
|
||||
@@ -69,7 +69,7 @@ export default function Item({
|
||||
paddingVertical={"$2"}
|
||||
marginHorizontal={"$1"}
|
||||
>
|
||||
<BlurhashedImage item={item} width={width / 9} />
|
||||
<BlurhashedImage item={item} width={width / 9} borderRadius={item.Type === 'MusicArtist' ? width / 9 : 2}/>
|
||||
|
||||
<YStack
|
||||
marginLeft={"$1"}
|
||||
|
||||
Reference in New Issue
Block a user