mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #723] Repeat mode "Track" doesn't seem to be working #427
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#427
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 @rokdukic on GitHub (May 15, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/723
[Describe the bug]
A clear and concise description of what the bug is.
When having the repeat set to "Track" and a song finished, a random song starts playing and the repeat is set to "context" mode.
To Reproduce
Steps to reproduce the bug.
Expected behaviour
A clear and concise description of what you expected to happen.
When repeat track is used a song should loop and the repeat mode should be retained.
Log and backtrace
Log and backtrace of a run reproducing the bug to help debug the issue, which are usually located in
$HOME/.cache/spotify-player/.I attached the log files but backtraces don't seem to be allowed. They are empty though.
Please refer to this URL for more details.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
spotify_playerAdditional context
Add any other context about the problem here.
](https://github.com/aome510/spotify-player)
spotify-player-25-05-15-08-57.log
spotify-player-25-05-15-08-35.log
@aome510 commented on GitHub (May 15, 2025):
Refer to https://github.com/aome510/spotify-player/issues/577 for more context. This is expected due to a restriction from the third-party library. Please use
ToggleFakeTrackRepeatModeinstead if you want to repeat a single track