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.

fix: default state output configurator

+1 -1
+1 -1
src/components/configurator/output/element.js
··· 62 62 const def = this.#defaultOutput.value; 63 63 if (def) def.tracks.state(); 64 64 65 - return out === undefined ? "loading" : "loaded"; 65 + return def === undefined ? "loading" : "loaded"; 66 66 }), 67 67 }, 68 68 };