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.

chore: remove log

-2
-2
src/themes/blur/artwork-controller/element.js
··· 150 150 * @param {Track | null} track 151 151 */ 152 152 async #setArtwork(track) { 153 - console.log("SET", track); 154 - 155 153 if (!track) { 156 154 this.#artwork.value = []; 157 155 return;