mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #884] "D" to delete playlist does not work #374
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#374
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tommyalatalo on GitHub (Sep 11, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/884
Pressing
shift+Daccording to the keybindings shown in the?menu does not successfully delete a playlist.To reproduce:
PlaylistssectionI'm running spt 0.25.0 on Arch Linux with i3 wm, tried in both tmux and in a straight xfce4-terminal.
@majabojarska commented on GitHub (Oct 23, 2021):
On the spotify-tui side, the function that handles the corresponding event (pressed uppercaseDon 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.