mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[PR #525] [MERGED] Handle track saving in non-album contexts (eg. playlist/Made for you). #875
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#875
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/525
Author: @jackson15j
Created: 7/10/2020
Status: ✅ Merged
Merged: 7/24/2020
Merged by: @Rigellute
Base:
master← Head:save_tracks_in_non_album_views📝 Commits (4)
49eb05aHandle track saving in non-album contexts (playlist/Made for you).4064722Fixed im/mutable borrow issue in track saving function.058b291Removed underscore from used variable name.b63ea7fMerge branch 'master' of github.com:Rigellute/spotify-tui into save_tracks_in_non_album_views📊 Changes
1 file changed (+11 additions, -0 deletions)
View changed files
📝
src/handlers/track_table.rs(+11 -0)📄 Description
Saving of tracks used to only work in album view (handled by:
src.handlers.album_tracks.handle_save_album_event).Add some rough code to get track saving working in other cases. Manually tested
PlaylistandMade for youviews.Fixes Rigellute/spotify-tui#495
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.