Merge branch 'main' into chore-linter-warnings

This commit is contained in:
Arkadiusz Fal
2024-08-24 12:12:12 +02:00
committed by GitHub
29 changed files with 1143 additions and 410 deletions

View File

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