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.

Sort sources by name

+2
+2
src/Applications/UI/Sources.elm
··· 259 259 -- List 260 260 ------- 261 261 , model.collection 262 + |> List.sortBy 263 + (.data >> Dict.fetch "name" "") 262 264 |> List.map 263 265 (\source -> 264 266 { label = Html.text (Dict.fetch "name" "" source.data)