A music player that connects to your cloud/distributed storage.
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Typo in context menu

+1 -1
+1 -1
src/Core/UI/Tracks/ContextMenu.elm
··· 220 "Add to another collection" 221 222 else 223 - "Add to playlist" 224 , msg = AssistWithAddingTracksToCollection tracks 225 226 --
··· 220 "Add to another collection" 221 222 else 223 + "Add to collection" 224 , msg = AssistWithAddingTracksToCollection tracks 225 226 --