summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/command.c b/player/command.c
index e0fbc23d06..381fc3e781 100644
--- a/player/command.c
+++ b/player/command.c
@@ -177,6 +177,7 @@ void mp_hook_run(struct MPContext *mpctx, char *client, char *type)
if (h->active && strcmp(h->type, type) == 0) {
h->active = false;
found_current = true;
+ mp_wakeup_core(mpctx);
}
} else if (strcmp(h->type, type) == 0) {
index = n;