mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 10:04:39 +02:00
Fix typo in comment
This commit is contained in:
parent
94e261d7bf
commit
15cdff5aa2
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ class AudioPlayer: NSObject {
|
|||
self?.updateNowPlaying()
|
||||
|
||||
// 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() {
|
||||
self?.rescheduleSleepTimerAtTime(time: currentTime, secondsRemaining: sleepSecondsRemaining)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue