mirror of
https://github.com/yattee/yattee.git
synced 2025-01-09 19:10:32 +05:30
Fix optional
This commit is contained in:
parent
02349723a1
commit
dc18e189aa
@ -255,7 +255,7 @@ final class MPVBackend: PlayerBackend {
|
||||
|
||||
private func updateControlsIsPlaying() {
|
||||
DispatchQueue.main.async { [weak self] in
|
||||
self?.controls.isPlaying = self?.isPlaying ?? false
|
||||
self?.controls?.isPlaying = self?.isPlaying ?? false
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user