Fix typo in comment

This commit is contained in:
ronaldheft 2022-08-22 20:36:15 -04:00
parent 94e261d7bf
commit 15cdff5aa2

View file

@ -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)
}