mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
Fix property access
This commit is contained in:
parent
db4b3115b1
commit
450a4b42f7
@ -475,7 +475,7 @@ final class AVPlayerBackend: PlayerBackend {
|
||||
return
|
||||
}
|
||||
|
||||
isLoadingVideo = false
|
||||
self.isLoadingVideo = false
|
||||
|
||||
switch playerItem.status {
|
||||
case .readyToPlay:
|
||||
|
Loading…
Reference in New Issue
Block a user