summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index 37ace97ba6..a66c7bdf2f 100644
--- a/player/command.c
+++ b/player/command.c
@@ -4284,7 +4284,7 @@ static void continue_cmd_list(struct cmd_list_ctx *list)
struct mp_cmd *sub = list->parent->args[0].v.p;
list->parent->args[0].v.p = sub->queue_next;
- ta_xset_parent(sub, NULL);
+ ta_set_parent(sub, NULL);
if (sub->flags & MP_ASYNC_CMD) {
// We run it "detached" (fire & forget)