mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #178] Queue is displayed as cyclic even if repeat is disabled #89
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#89
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 @jesyspa on GitHub (Apr 3, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/178
Describe the bug
When playing an album, opening the queue shows the next song as 1 and continues on, but then keeps going, looping the album (even when repeat is off). This is only a problem when displaying the queue; the tracks are not actually played.
To Reproduce
I've checked this both using
spotify-playerandspotifydfor the device, both seem to give the same result.Expected behavior
I'd expect only the songs that will be played to show up in the queue.
Environment
I took a look at the code and I can't tell why this would be happening; is this an rspotify or even just an API issue? The documentation of those doesn't suggest so, though...
@aome510 commented on GitHub (Apr 3, 2023):
I think it is a Spotify API issue. I got the same result when using the official Spotify app as the running client. I will close this for now as it's unrelated to
spotify_player. Feel free re-open if you encounter any similar issues.