mirror of
https://github.com/mpv-player/mpv
synced 2024-12-29 18:42:09 +00:00
command: notify on multiply
doing multiply on a property is also a set property command and the change should be notified so others can observe the change
This commit is contained in:
parent
d6d6da4711
commit
aab595f828
@ -4151,6 +4151,7 @@ static bool is_property_set(int action, void *val)
|
||||
case M_PROPERTY_SWITCH:
|
||||
case M_PROPERTY_SET_STRING:
|
||||
case M_PROPERTY_SET_NODE:
|
||||
case M_PROPERTY_MULTIPLY:
|
||||
return true;
|
||||
case M_PROPERTY_KEY_ACTION: {
|
||||
struct m_property_action_arg *key = val;
|
||||
|
Loading…
Reference in New Issue
Block a user