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.

Enable favourites-only

+3 -1
+3 -1
src/Applications/UI/Tracks.elm
··· 110 110 -- Favourites 111 111 ----------------------------------------- 112 112 ToggleFavouritesOnly -> 113 - Return3.withNothing { model | favouritesOnly = not model.favouritesOnly } 113 + reviseCollection 114 + harvest 115 + { model | favouritesOnly = not model.favouritesOnly } 114 116 115 117 ----------------------------------------- 116 118 -- Search