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

Configure Feed

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

chore: fix temporal type

+1 -1
+1 -1
src/themes/blur/artwork-controller/element.js
··· 288 288 } 289 289 290 290 /** 291 - * @param {Temporal.Duration} duration 291 + * @param {import("temporal-polyfill").Temporal.Duration} duration 292 292 */ 293 293 #formatTime(duration) { 294 294 return `${duration.hours > 0 ? duration.hours.toFixed(0) + ":" : ""}${