mirror of
https://github.com/yattee/yattee.git
synced 2024-12-13 05:40:32 +05:30
Fix crash
This commit is contained in:
parent
a02eb2b168
commit
029f19ba0b
@ -104,7 +104,7 @@ final class MPVClient: ObservableObject {
|
||||
if event!.pointee.event_id == MPV_EVENT_NONE {
|
||||
break
|
||||
}
|
||||
backend.handle(event)
|
||||
backend?.handle(event)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user