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.

Quality control ๐Ÿ‘€

+1 -1
+1 -1
src/Applications/UI/Playlists/State.elm
··· 11 11 import Playlists exposing (..) 12 12 import Playlists.Encoding as Playlists 13 13 import Return exposing (andThen, return) 14 - import Tracks exposing (IdentifiedTrack, SortBy(..), SortDirection(..)) 14 + import Tracks exposing (IdentifiedTrack) 15 15 import Tracks.Collection 16 16 import UI.Alfred.State as Alfred 17 17 import UI.Common.State as Common