summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/command.c b/player/command.c
index fc40740b16..2296c97f7b 100644
--- a/player/command.c
+++ b/player/command.c
@@ -327,6 +327,7 @@ int mp_on_set_option(void *ctx, struct m_config_option *co, void *data, int flag
return 0;
direct_option:
+ mp_notify_property(mpctx, name);
return m_config_set_option_raw_direct(mpctx->mconfig, co, data, flags);
}