AntonioMrtz / SpotifyElectron

Spotify Electron is a cross-platform music streaming desktop app made with Electron-React frontend and Python-FastAPI-MongoDB Backend. The goal is to reproduce the original Spotify functionality while adding new ones like uploading songs.
https://antoniomrtz.github.io/SpotifyElectron_Web/
Other
38 stars 10 forks source link

Add playlist to playlist overwrites content #235

Open AntonioMrtz opened 2 hours ago

AntonioMrtz commented 2 hours ago

Describe the bug Add playlist content to another overwrites dst playlist content

To Reproduce

  1. Create 2 playlists
  2. Add different songs to both
  3. Add one playlist to another
  4. Check updated playlist content

Expected behavior New songs should be added to dst playlist instead of overwriting

Screenshots

Additional context

AntonioMrtz commented 2 hours ago

Add playlist x to playlist y overwrites playlist y content