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

-1
-1
src/components/orchestrator/process-tracks/element.js
··· 137 137 if (!this.output) return; 138 138 const existing = await data(this.output.tracks); 139 139 const merged = mergeTracks(existing, tracks); 140 - console.log(merged.filter((t) => !!t.tags)); 141 140 this.output.tracks.save(merged); 142 141 }, link); 143 142