mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-26 13:08:38 -06:00
idk
This commit is contained in:
@@ -11,7 +11,7 @@ interface BlurhashLoadingProps {
|
||||
|
||||
export default function BlurhashedImage({ item, size, type }: { item: BaseItemDto, size: number, type?: ImageType }) : React.JSX.Element {
|
||||
|
||||
const { data: image, isSuccess } = useItemImage(item.Id!, type, size);
|
||||
const { data: image, isSuccess } = useItemImage(item.Id!, type);
|
||||
|
||||
const blurhash = !isEmpty(item.ImageBlurHashes)
|
||||
&& !isEmpty(item.ImageBlurHashes.Primary)
|
||||
|
||||
Reference in New Issue
Block a user