Merge pull request #749 from stonerl/fix-chapter-regression

fix regression and improve curentChapter handling
This commit is contained in:
Arkadiusz Fal
2024-08-26 08:16:45 +02:00
committed by GitHub
2 changed files with 17 additions and 10 deletions

View File

@@ -464,6 +464,8 @@ final class MPVBackend: PlayerBackend {
timeObserverThrottle.execute {
self.model.updateWatch(time: self.currentTime)
}
self.model.updateTime(self.currentTime!)
}
private func stopClientUpdates() {