mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-29 14:47:21 +02:00
Fix typo in comment
This commit is contained in:
@@ -334,7 +334,7 @@ class AudioPlayer: NSObject {
|
|||||||
self?.updateNowPlaying()
|
self?.updateNowPlaying()
|
||||||
|
|
||||||
// If we have an active sleep timer, reschedule based on seek, since seek is fuzzy
|
// If we have an active sleep timer, reschedule based on seek, since seek is fuzzy
|
||||||
// Theis needs to occur after play() to capture the correct rate
|
// This needs to occur after play() to capture the correct playback rate
|
||||||
if let currentTime = self?.getCurrentTime() {
|
if let currentTime = self?.getCurrentTime() {
|
||||||
self?.rescheduleSleepTimerAtTime(time: currentTime, secondsRemaining: sleepSecondsRemaining)
|
self?.rescheduleSleepTimerAtTime(time: currentTime, secondsRemaining: sleepSecondsRemaining)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user