jaedb / Iris

Discover, explore and manage your music library across multiple sources with this beautiful web-based interface. Iris is a Mopidy frontend extension.
Apache License 2.0
1.13k stars 131 forks source link

Confirmation button for delete playlist #678

Open frohlichcortezh opened 3 years ago

frohlichcortezh commented 3 years ago

Is your feature request related to a problem? Please describe. Yesterday I removed a big playlist when accidentally click the Remove from library option.

Describe the solution you'd like I'd like a confirmation box, so in this case I'd had been able to say no. Perhaps an undo action too ?

Describe alternatives you've considered Thankfuly Spotify Web allows to recover removed playlists. https://support.spotify.com/us/article/can-i-recover-a-deleted-playlist/

Additional context Haven't found an recover playlist api endpoint.

jaedb commented 3 years ago

From the perspective of a Spotify API consumer (ie Iris), Remove from library actually just unfollows the playlist. In this case, you can click Add to library to reinstate it.

This negates the need to have a confirmation dialog, as the action can very easily be reverted. Do you agree?

frohlichcortezh commented 3 years ago

This is a playlist I created, I've juste made a test removing a playlist from library, and once I do it, I can no longer find it, either in Iris or Spotify.

So I don't know how I'd go about to Add it to the library again.