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.

Fix preloading on Mac

+1 -1
+1 -1
src/Javascript/audio-engine.js
··· 15 15 16 16 17 17 const IS_SAFARI = !!navigator.platform.match(/iPhone|iPod|iPad/) || 18 - !!navigator.userAgent.includes("AppleWebKit") 18 + navigator.vendor === "Apple Computer, Inc." 19 19 20 20 21 21