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.

Add missing `progress` variable

+2
+2
src/Javascript/audio-engine.js
··· 359 359 }) 360 360 } 361 361 362 + const progress = node.currentTime / node.duration 363 + 362 364 if (node.duration >= 30 * 60) { 363 365 sendProgress(this, progress) 364 366 }