Fix property access

This commit is contained in:
Arkadiusz Fal 2023-05-21 19:37:22 +02:00
parent db4b3115b1
commit 450a4b42f7

View File

@ -475,7 +475,7 @@ final class AVPlayerBackend: PlayerBackend {
return return
} }
isLoadingVideo = false self.isLoadingVideo = false
switch playerItem.status { switch playerItem.status {
case .readyToPlay: case .readyToPlay: