From efbfc00741d36e9de8b724e615c5b723bcf28f20 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 22 Sep 2016 20:35:48 +0200 Subject: command: fix missing update notifications in some cases --- 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 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); } -- cgit v1.2.3