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

+1 -1
+1 -1
src/Applications/UI/Playlists/Directory.elm
··· 19 19 sourceDirectories = 20 20 List.foldl 21 21 (\s -> 22 - if s.directoryPlaylists then 22 + if s.enabled && s.directoryPlaylists then 23 23 s.data 24 24 |> Dict.get "directoryPath" 25 25 |> Maybe.map fixPath