mirror of
https://github.com/yattee/yattee.git
synced 2025-01-23 13:17:04 +00:00
Fix crash
This commit is contained in:
parent
925360ebd9
commit
069f4913ca
@ -104,7 +104,7 @@ final class MPVClient: ObservableObject {
|
|||||||
if event!.pointee.event_id == MPV_EVENT_NONE {
|
if event!.pointee.event_id == MPV_EVENT_NONE {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
backend.handle(event)
|
backend?.handle(event)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user