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 #286

+9
+9
src/Applications/UI/Playlists/Directory.elm
··· 39 39 in 40 40 playlistNames 41 41 |> Set.toList 42 + |> List.filter 43 + (\n -> 44 + case n of 45 + "" -> 46 + False 47 + 48 + _ -> 49 + True 50 + ) 42 51 |> List.map 43 52 (\n -> 44 53 { autoGenerated = True