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.

Closes #224

+1 -1
+1 -1
src/Applications/UI/Tracks/State.elm
··· 778 778 |> Maybe.map 779 779 (\cmd -> 780 780 cmd 781 - |> return model 781 + |> return { model | selectedCover = Nothing } 782 782 |> andThen (Common.changeUrlUsingPage UI.Page.Index) 783 783 ) 784 784 |> Maybe.withDefault