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.

Closes #222

+5
+5
src/Javascript/index.js
··· 80 80 81 81 82 82 app.ports.activeQueueItemChanged.subscribe(item => { 83 + if (orchestrion.activeQueueItem && item.trackId === orchestrion.activeQueueItem.trackId) { 84 + orchestrion.audio.currentTime = 0 85 + return 86 + } 87 + 83 88 const timestampInMilliseconds = Date.now() 84 89 85 90 orchestrion.activeQueueItem = item