Personal Site

Fix type issue with track info

vielle.dev 100406e1 a7b517f4

verified
+7 -5
+7 -5
src/components/playing/spotify.ts
··· 197 197 external_urls: { 198 198 spotify: string; 199 199 }; 200 - images: { 201 - url: string; 202 - width: string; 203 - height: string; 204 - }[]; 200 + album: { 201 + images: { 202 + url: string; 203 + width: number; 204 + height: number; 205 + }[]; 206 + }; 205 207 name: string; 206 208 artists: { 207 209 id: string;