Fix set sleepTimerSessionId

This commit is contained in:
advplyr
2023-05-20 12:17:41 -05:00
parent c530e0f7e3
commit 9386ae95a3
@@ -393,8 +393,8 @@ class SleepTimerManager constructor(private val playerNotificationService: Playe
checkShouldResetSleepTimer()
} else {
isFirstAutoSleepTimer = true
sleepTimerSessionId = playbackSessionId
}
sleepTimerSessionId = playbackSessionId
checkAutoSleepTimer()
}