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.

Stop playing when logging out

+1
+1
src/App/Authentication/State.elm
··· 233 233 (!) 234 234 { model | signedIn = False } 235 235 [ do TopLevel.ShowLoadingScreen 236 + , do (TopLevel.ActiveQueueItemChanged Nothing) 236 237 , issue SignOut 237 238 ] 238 239