summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/input/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/input/input.c b/core/input/input.c
index 1ee1ff909a..1eedadf039 100644
--- a/core/input/input.c
+++ b/core/input/input.c
@@ -1515,7 +1515,7 @@ int mp_input_queue_cmd(struct input_ctx *ictx, mp_cmd_t *cmd)
ictx->got_new_events = true;
if (!cmd)
return 0;
- queue_add(&ictx->control_cmd_queue, cmd, true);
+ queue_add(&ictx->control_cmd_queue, cmd, false);
return 1;
}