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 importScript paths

+2 -2
+2 -2
src/Javascript/Brain/user.js
··· 42 42 43 43 function bl0ckst4ck() { 44 44 if (!bl) { 45 - importScripts("../vendor/blockstack.min.js") 45 + importScripts("vendor/blockstack.min.js") 46 46 47 47 bl = new blockstack.UserSession({ 48 48 appConfig: new blockstack.AppConfig({ ··· 271 271 272 272 function remoteStorage(event) { 273 273 if (!rs) { 274 - importScripts("../vendor/remotestorage.min.js") 274 + importScripts("vendor/remotestorage.min.js") 275 275 276 276 rs = new RemoteStorage({ cache: false }) 277 277 rs.access.claim("diffuse", "rw")