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.

Closes #220

+1
+1
src/Applications/UI/Sources/State.elm
··· 479 479 ) 480 480 |> (\collection -> { model | sources = collection }) 481 481 |> Tracks.reviseCollection Tracks.Collection.identify 482 + |> andThen Common.forceTracksRerender 482 483 |> andThen User.saveSources 483 484 484 485