mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 20:27:23 +00:00
manpage: ipc: fix command name for observe_property
This commit is contained in:
parent
fba8fedf66
commit
d915ef7f0f
@ -131,7 +131,7 @@ extra commands can also be used as part of the protocol:
|
||||
|
||||
::
|
||||
|
||||
{ "command": ["observe_property", 1, "volume"] }
|
||||
{ "command": ["observe_property_string", 1, "volume"] }
|
||||
{ "error": "success" }
|
||||
{ "event": "property-change", "id": 1, "data": "52.000000", "name": "volume" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user