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 #390

+2
+2
src/Javascript/index.ts
··· 323 323 324 324 325 325 function preloadAudio() { 326 + if (navigator.onLine === false) return; 327 + 326 328 return debounce(15000, item => { 327 329 // Wait 15 seconds to preload something. 328 330 // This is particularly useful when quickly shifting through tracks,