From aab595f828c9e158cd08cadc48ccc6fe9725e464 Mon Sep 17 00:00:00 2001 From: Dan Oscarsson Date: Wed, 28 Nov 2018 17:40:02 +0100 Subject: 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 --- player/command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index 7237b08820..add4383ddc 100644 --- a/player/command.c +++ b/player/command.c @@ -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; -- cgit v1.2.3