mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-05 02:25:45 +02:00
Fix set sleepTimerSessionId
This commit is contained in:
parent
c530e0f7e3
commit
9386ae95a3
1 changed files with 1 additions and 1 deletions
|
@ -393,8 +393,8 @@ class SleepTimerManager constructor(private val playerNotificationService: Playe
|
|||
checkShouldResetSleepTimer()
|
||||
} else {
|
||||
isFirstAutoSleepTimer = true
|
||||
sleepTimerSessionId = playbackSessionId
|
||||
}
|
||||
sleepTimerSessionId = playbackSessionId
|
||||
|
||||
checkAutoSleepTimer()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue