mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 18:54:11 +00:00
Code style change
This commit is contained in:
@@ -455,7 +455,8 @@ final class AVPlayerBackend: PlayerBackend {
|
||||
switch playerItem.status {
|
||||
case .readyToPlay:
|
||||
if self.model.activeBackend == .appleAVPlayer,
|
||||
self.isAutoplaying(playerItem) {
|
||||
self.isAutoplaying(playerItem)
|
||||
{
|
||||
self.model.updateAspectRatio()
|
||||
self.model.play()
|
||||
}
|
||||
|
Reference in New Issue
Block a user