We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1dfec commit cee9631Copy full SHA for cee9631
src/components/common/currently-playing-card.tsx
@@ -88,6 +88,7 @@ export function SpotifyCard(): React.ReactNode {
88
{albumImageUrl && (
89
<div className='flex-shrink-0'>
90
<LazyImage
91
+ unoptimized
92
className='main-border h-16 w-16 overflow-hidden rounded-md'
93
title={albumName}
94
src={albumImageUrl}
0 commit comments