-
-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Describe the bug
When pausing a song for 20-30 minutes, attempting to resume playback fails. The UI indicator changes from paused to playing, but no audio is actually produced.
To Reproduce
Steps to reproduce the behavior:
- Start playing a song in spotatui
- Pause the playback
- Wait approximately 20-30 minutes
- Attempt to resume playback
- Observe that the play/pause indicator updates to "playing" but no audio plays
Expected behavior
When resuming playback after a pause, the song should continue playing from where it was paused, with audio actually being produced.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [Arch Linux]
- Terminal [kitty]
- Version [0.35.5]
Additional context
The issue appears to be related to extended pause duration (20-30 minutes). The UI state correctly reflects the playing status, suggesting the issue may be with the audio backend or Spotify API connection timing out during the extended pause period.