A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

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

fix: rocksky duration

+1 -1
+1 -1
src/components/supplement/rocksky/element.js
··· 196 196 artist: tags.artist, 197 197 album: tags.album, 198 198 albumArtist: tags.albumartist, 199 - duration: Math.round(track.stats.duration / 1000), // seconds 199 + duration: track.stats.duration, 200 200 }; 201 201 202 202 if (tags.track?.no != null) record.trackNumber = tags.track.no;