mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[PR #567] [MERGED] Add possibility to queue a song #900
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#900
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/567
Author: @BeneCollyridam
Created: 9/1/2020
Status: ✅ Merged
Merged: 9/22/2020
Merged by: @Rigellute
Base:
master← Head:add-queue-single-songs📝 Commits (4)
233c518Add possibility to queue a song0852eaaFix Clippy errors and run fmteb6416dAddadd_item_to_queuein the entire user config68c9c3eAdd help text for queue track functionality📊 Changes
8 files changed (+135 additions, -0 deletions)
View changed files
📝
src/handlers/album_tracks.rs(+25 -0)📝
src/handlers/artist.rs(+8 -0)📝
src/handlers/recently_played.rs(+7 -0)📝
src/handlers/search_results.rs(+21 -0)📝
src/handlers/track_table.rs(+52 -0)📝
src/network.rs(+17 -0)📝
src/ui/help.rs(+1 -0)📝
src/user_config.rs(+4 -0)📄 Description
Using the new method in rspotify, we can now queue a song.
I have set the deafult to 'z', but it should probably be changed before the code
is merged.
This is in reference to issue #304
Please let me know if there are better ways to do this, then I can improve the
code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.