diff --git a/player/command.c b/player/command.c index 307a5535cb..8e28fb9917 100644 --- a/player/command.c +++ b/player/command.c @@ -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; }