mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #944] Pause playback on app quit #1501
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#1501
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 @pedromarquetti on GitHub (Mar 8, 2026).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/944
Is your feature already implemented in the latest
master?No, it is a minor feature request
Is your feature request related to a problem? Please describe.
When closing the TUI (q), playback should be paused. If a song is playing and i close the app, then reopen it, the song does not resume where it left off.
Describe the solution you'd like
when quitting the app, maybe it should send a pause command
Describe alternatives you've considered
tried doing
but didn't work, i don't know if there's a more correct way of doing it tho.