Originally created by @advplyr on GitHub (Feb 25, 2023).
> Android: For me when I used the sleep timer this morning, I paused with around 8s left then I canceled the timer. When i went to play it again the volume was still low. I checked the volume on my device and it was fine. I had to close the app and reopen.
@MrBearedJoe I wasn't able to reproduce this. Let me know if this is something you can reproduce.
I can reproduce this (on Android, using 0.9.62-beta). Neither resetting the timer nor canceling it restores the volume during the last minute of the sleep countdown. But instead of having to restart the app like Joe reported, I just have to pause and resume the playback (which also resets the timer). Adjusting the timer also restores the volume. After poking at the code a bit, this looks like a case of missing calls to setVolume() in SleepTimerManager.kt. I'm curious how you're not experiencing the issue yourself.
Originally created by @advplyr on GitHub (Feb 25, 2023).
> Android: For me when I used the sleep timer this morning, I paused with around 8s left then I canceled the timer. When i went to play it again the volume was still low. I checked the volume on my device and it was fine. I had to close the app and reopen.
> @MrBearedJoe I wasn't able to reproduce this. Let me know if this is something you can reproduce.
I can reproduce this (on Android, using 0.9.62-beta). Neither resetting the timer nor canceling it restores the volume during the last minute of the sleep countdown. But instead of having to restart the app like Joe reported, I just have to pause and resume the playback (which also resets the timer). Adjusting the timer also restores the volume. After poking at the code a bit, this looks like a case of missing calls to `setVolume()` in SleepTimerManager.kt. I'm curious how you're not experiencing the issue yourself.
_Originally posted by @calebj in https://github.com/advplyr/audiobookshelf-app/issues/545#issuecomment-1444918453_
adam
added the bug label 2026-04-24 23:24:40 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @advplyr on GitHub (Feb 25, 2023).
I can reproduce this (on Android, using 0.9.62-beta). Neither resetting the timer nor canceling it restores the volume during the last minute of the sleep countdown. But instead of having to restart the app like Joe reported, I just have to pause and resume the playback (which also resets the timer). Adjusting the timer also restores the volume. After poking at the code a bit, this looks like a case of missing calls to
setVolume()in SleepTimerManager.kt. I'm curious how you're not experiencing the issue yourself.Originally posted by @calebj in https://github.com/advplyr/audiobookshelf-app/issues/545#issuecomment-1444918453
@advplyr commented on GitHub (Mar 10, 2023):
Fixed in v0.9.63-beta