mirror of
https://github.com/mpv-player/mpv.git
synced 2026-06-06 20:10:30 +00:00
5 lines
255 B
Plaintext
5 lines
255 B
Plaintext
`mp.input.get()` `complete` callbacks are now passed a second argument,
|
|
a function which can be passed the completion values, which allows generating
|
|
completions asynchronously. The old method of returning completions from
|
|
the callback is now deprecated.
|