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: artwork controller timestamps rounding

+2
+2
src/themes/blur/artwork-controller/element.js
··· 252 252 milliseconds: Math.round(durMs * prog), 253 253 }).round({ 254 254 largestUnit: "hours", 255 + smallestUnit: "seconds", 255 256 }); 256 257 257 258 const d = Temporal.Duration.from({ milliseconds: Math.round(durMs) }) 258 259 .round({ 259 260 largestUnit: "hours", 261 + smallestUnit: "seconds", 260 262 }); 261 263 262 264 this.#time.value = this.#formatTime(p);