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.

Always use covers view as the default

+1 -1
+1 -1
src/Library/User/Layer.elm
··· 178 178 |> optional "onlyShowCachedTracks" Json.bool False 179 179 |> optional "onlyShowFavourites" Json.bool False 180 180 |> optional "repeat" Json.bool False 181 - |> optional "scene" Tracks.sceneDecoder Tracks.List 181 + |> optional "scene" Tracks.sceneDecoder Tracks.Covers 182 182 |> optional "searchTerm" (Json.maybe Json.string) Nothing 183 183 |> optional "selectedPlaylist" (Json.maybe Json.string) Nothing 184 184 |> optional "shuffle" Json.bool False