mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[PR #399] [MERGED] Correctly handle playlist unfollowing #801
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#801
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?
📋 Pull Request Information
Original PR: https://github.com/Rigellute/spotify-tui/pull/399
Author: @slumber
Created: 4/13/2020
Status: ✅ Merged
Merged: 4/16/2020
Merged by: @Rigellute
Base:
master← Head:playlists-fix📝 Commits (1)
e8ed863Correctly handle playlist unfollowing📊 Changes
2 files changed (+14 additions, -1 deletions)
View changed files
📝
src/app.rs(+13 -0)📝
src/handlers/search_results.rs(+1 -1)📄 Description
How to reproduce the problem:
The one that you were following will disappear.
A simpler case - have no playlists followed and press 'D' - the application will panic with an out of bounds.
Unfollowing playlists from search results should be handled separately.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.