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

fix: Typo in context menu

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