mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-06 20:08:48 +02:00
Fix set sleepTimerSessionId
This commit is contained in:
@@ -393,8 +393,8 @@ class SleepTimerManager constructor(private val playerNotificationService: Playe
|
||||
checkShouldResetSleepTimer()
|
||||
} else {
|
||||
isFirstAutoSleepTimer = true
|
||||
sleepTimerSessionId = playbackSessionId
|
||||
}
|
||||
sleepTimerSessionId = playbackSessionId
|
||||
|
||||
checkAutoSleepTimer()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user