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.

Regenerate directory playlists when toggling sources

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