Sleep timer running while casting not stopping playback #461

Closed
opened 2026-04-24 23:24:28 +02:00 by adam · 2 comments
Owner

Originally created by @justinwoodland on GitHub (Feb 23, 2023).

Steps to reproduce

  1. Timer is set.
  2. Audio is cast to google cast device.
  3. Timer counts down to zero

Expected behavior

  1. Playback on cast device stops when timer ends.
  2. Cast session ends.
  3. Future playback continues from last stopped spot.

Actual behavior

  1. Playback continues on the google cast device after the timer ends.
  2. The server seems to think that playback has stopped when the timer reaches zero.
  3. This causes future playback to start behind where the cast device was eventually stopped.

Environment data

Server version: v2.2.15 (docker)
Android App version: 0.9.61-beta

Originally created by @justinwoodland on GitHub (Feb 23, 2023). ### Steps to reproduce 1. Timer is set. 2. Audio is cast to google cast device. 3. Timer counts down to zero ### Expected behavior 1. Playback on cast device stops when timer ends. 2. Cast session ends. 3. Future playback continues from last stopped spot. ### Actual behavior 1. Playback continues on the google cast device after the timer ends. 2. The server seems to think that playback has stopped when the timer reaches zero. 3. This causes future playback to start behind where the cast device was eventually stopped. ### Environment data Server version: v2.2.15 (docker) Android App version: 0.9.61-beta
adam closed this issue 2026-04-24 23:24:28 +02:00
Author
Owner

@justinwoodland commented on GitHub (Feb 23, 2023):

Order of timer setting and casting doesn't seem to matter.

@justinwoodland commented on GitHub (Feb 23, 2023): Order of timer setting and casting doesn't seem to matter.
Author
Owner

@advplyr commented on GitHub (Mar 6, 2023):

I just tested this on the current release and I'm not able to reproduce. Can you try this again with 0.9.62?

@advplyr commented on GitHub (Mar 6, 2023): I just tested this on the current release and I'm not able to reproduce. Can you try this again with 0.9.62?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#461