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 about link

+1 -1
+1 -1
src/Applications/UI.elm
··· 662 662 else 663 663 urlWithFragment 664 664 in 665 - if url.path == "about" then 665 + if url.path == "/about" then 666 666 returnWithModel model (Nav.load "about") 667 667 668 668 else