This is my personal website

fix song progression issue

+2
+2
islands/NowPlaying.tsx
··· 54 ? `https://rocksky.app/${data.artist_uri.split("at://")[1]}` 55 : null, 56 isPlaying: data.is_playing, 57 }); 58 }; 59
··· 54 ? `https://rocksky.app/${data.artist_uri.split("at://")[1]}` 55 : null, 56 isPlaying: data.is_playing, 57 + duration: data.length, 58 + progress: data.elapsed, 59 }); 60 }; 61