Aspect ratio fixes

This commit is contained in:
Arkadiusz Fal
2022-07-11 18:21:03 +02:00
parent b6c65f2325
commit 1329bef2f9
4 changed files with 12 additions and 12 deletions

View File

@@ -318,7 +318,7 @@ final class AVPlayerBackend: PlayerBackend {
return
}
self.model.aspectRatio = self.aspectRatio
self.updatePlayerAspectRatio()
if !preservingTime,
let segment = self.model.sponsorBlock.segments.first,