From 0ec036bfd8b82339ea65278302a3b771648d7aff Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 23 Feb 2020 19:48:25 +0100 Subject: ta: remove two pointless wrappers --- player/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/command.c') 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) -- cgit v1.2.3