This is my personal website

fix song progression issue

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