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.

Remove lingering console.log

-1
-1
src/Javascript/audio-engine.js
··· 232 232 let audio 233 233 234 234 const bind = fn => event => { 235 - console.log(event.type, event) 236 235 const is = isActiveAudioElement(orchestrion, event.target) 237 236 if (is) fn.call(orchestrion, event) 238 237 }