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.

Fixes #237

+1 -1
+1 -1
src/Applications/UI/Tracks/State.elm
··· 795 795 |> reviseCollection effect 796 796 |> andThen User.saveFavourites 797 797 |> (if model.scene == Covers then 798 - andThen generateCovers 798 + andThen generateCovers >> andThen harvestCovers 799 799 800 800 else 801 801 identity