Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"D" to delete playlist does not work #884

Closed
tommyalatalo opened this issue Sep 11, 2021 · 1 comment · Fixed by #910
Closed

"D" to delete playlist does not work #884

tommyalatalo opened this issue Sep 11, 2021 · 1 comment · Fixed by #910

Comments

@tommyalatalo
Copy link

Pressing shift+D according to the keybindings shown in the ? menu does not successfully delete a playlist.

To reproduce:

  1. Start spt
  2. Enter the Playlists section
  3. Select a playlist
  4. Press shift+D to delete the selected playlist
  5. Observe that nothing happens

I'm running spt 0.25.0 on Arch Linux with i3 wm, tried in both tmux and in a straight xfce4-terminal.

@majabojarska
Copy link
Contributor

majabojarska commented Oct 23, 2021

On the spotify-tui side, the function that handles the corresponding event (pressed uppercase D on selected playlist) does not seem to execute any API calls (nor delegate the call to another entity).

Deleting a playlist works on ncspot, which uses the user_playlist_unfollow function from Rspotify to unfollow (delete) the playlist. Therefore, this seems fixable - I'll try to tackle this in my free time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants