Skip to content

Commit cee9631

Browse files
committed
fix(currently-playing-card): add unoptimized prop to LazyImage for album image
1 parent bb1dfec commit cee9631

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/common/currently-playing-card.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export function SpotifyCard(): React.ReactNode {
8888
{albumImageUrl && (
8989
<div className='flex-shrink-0'>
9090
<LazyImage
91+
unoptimized
9192
className='main-border h-16 w-16 overflow-hidden rounded-md'
9293
title={albumName}
9394
src={albumImageUrl}

0 commit comments

Comments
 (0)