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.

Closes #312

+1
+1
src/Javascript/audio-engine.js
··· 361 361 362 362 function audioEndEvent(event) { 363 363 if (this.repeat) { 364 + if (this.scrobbleTimer) this.scrobbleTimer.stop() 364 365 playAudio(event.target, this.activeQueueItem, this.app) 365 366 } else { 366 367 this.app.ports.noteProgress.send({ trackId: this.activeQueueItem.trackId, progress: 1 })