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.

at main 8 lines 125 B view raw
1module MediaSession exposing (states) 2 3 4states = 5 { none = "none" 6 , paused = "paused" 7 , playing = "playing" 8 }