mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Fix crashes
This commit is contained in:
@@ -438,6 +438,7 @@ final class MPVClient: ObservableObject {
|
||||
}
|
||||
|
||||
private func setString(_ name: String, _ value: String) {
|
||||
guard mpv != nil else { return }
|
||||
mpv_set_property_string(mpv, name, value)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user