Personal Site
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix type issue with track info

+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;