1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-15 19:42:53 +00:00

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

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