command: make change-list show changed option on OSD

This commit is contained in:
wm4 2018-01-24 04:38:20 +01:00 committed by Kevin Mitchell
parent 0d359879c9
commit d8b013d458
1 changed files with 1 additions and 0 deletions

View File

@ -4946,6 +4946,7 @@ int run_command(struct MPContext *mpctx, struct mp_cmd *cmd, struct mpv_node *re
"Failed setting option: '%s'", name);
return -1;
}
show_property_osd(mpctx, name, on_osd);
break;
}