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