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.

Clear the audio loading timeout when changing the active queue item

+1
+1
src/Javascript/index.js
··· 54 54 orchestrion.activeQueueItem = item 55 55 orchestrion.audio = null 56 56 57 + clearTimeout(orchestrion.loadingTimeoutId) 57 58 removeOlderAudioElements(timestampInMilliseconds) 58 59 59 60 if (item) {