fix gradient on rewind page

This commit is contained in:
Gabe Farrell 2026-01-23 02:12:43 +00:00
parent 3df6af9aac
commit 4c386f81fb

View file

@ -59,7 +59,7 @@ export default function RewindPage() {
useEffect(() => {
if (!stats.top_artists[0]) return;
const img = (stats.top_artists[0] as any)?.image;
const img = (stats.top_artists[0] as any)?.item.image;
if (!img) return;
average(imageUrl(img, "small"), { amount: 1 }).then((color) => {