mirror of
https://github.com/yattee/yattee.git
synced 2024-12-23 05:53:41 +00:00
Fix property access
This commit is contained in:
parent
db4b3115b1
commit
450a4b42f7
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user