mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #517] Does not resume playback if in the middle of a track #296
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#296
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 @0xbrayo on GitHub (Jul 24, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/517
Describe the bug
When I close the spotify_player in the middle of a track, if I try resuming the track it won't resume playing. I have to press back to start the song all over. It will work if I am streaming on another device via spotify connect.
To Reproduce
Expected behaviour
Resume playback.
Environment
@aome510 commented on GitHub (Jul 24, 2024):
I cannot reproduce this. I think it might happen because you quit the application and re-open it instantly. The Spotify sever has not been updated to reflect the new playback change
@0xbrayo commented on GitHub (Jul 25, 2024):
After further experimentation, it actually occurs if I'm playing on the official apps then I pause the music in the middle of track, then launch
spotify_playerand attempt to resume playback. No waiting period necessary. Note thatspotify_playershould not be running before. Also unrelated, seems that playback progress is not remembered when resuming music that was playing onspotify_player, always starts at the beginning.