mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #233] Queue page has only scroll #119
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#119
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 @Keep-Simple on GitHub (Aug 10, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/233
Describe the bug
A clear and concise description of what the bug is.
Queue page has only scroll feature
To Reproduce
Steps to reproduce the behavior.
Open queue page
Expected behavior
A clear and concise description of what you expected to happen.
Ability to rearrange tracks as described in readme, ability to play any track from the queue by pressing enter, etc
Log and backtrace
Reference log and backtrace, which are usually located in
$HOME/.cache/spotify-player/, of a run reproducing the bug.Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context about the problem here.
@Keep-Simple commented on GitHub (Aug 11, 2023):
@aome510 commented on GitHub (Aug 12, 2023):
This is expected behavior, so not a bug. Spotify provides very limited APIs for queues (get-queue and add-item-to-queue), so re-arranging a queue or playing an item from a queue is impossible.