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.

Fix initialUrl flag

+1 -1
+1 -1
src/Javascript/Workers/brain.js
··· 27 27 28 28 const app = Elm.Brain.init({ 29 29 flags: { 30 - initialUrl: flags.appHref || "" 30 + initialUrl: decodeURIComponent(flags.appHref) || "" 31 31 } 32 32 }) 33 33