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:
parent
6fe83fdc33
commit
efbfc00741
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user