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 typo

+2 -2
+2 -2
src/Javascript/index.js
··· 31 31 initialise, 32 32 () => failure( 33 33 location.protocol === "https:" 34 - ? "Failed to start service worker." 35 - : "Failed to start service worker, try using HTTPS." 34 + ? "Failed to start the service worker." 35 + : "Failed to start the service worker, try using HTTPS." 36 36 ) 37 37 ) 38 38 } else {