command: fix missing update notifications in some cases

This commit is contained in:
wm4 2016-09-22 20:35:48 +02:00
parent 6fe83fdc33
commit efbfc00741
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}