mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #265] Repeat track is not working. #1073
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#1073
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 @williamtwu on GitHub (Oct 4, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/265
Describe the bug
When setting spotify-player to repeat the track (Ctr-s), when the song finishes it will move onto the next song in the queue and set repeat to
contextinstead oftrack.To Reproduce
Set player repeat mode to
trackand play next song.Expected behavior
spotify-player should continue looping over the selected song.
Log and backtrace
Log:
Environment
spotify_player@aome510 commented on GitHub (Oct 4, 2023):
Repeat track is not supported if you use the integrated client. This is a well-known issue of
librespot, the third-party library thatspotify_playeruses to support streaming via an integrated client.Related:
I'll close this for now as nothing can be done from my side.