summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-23 19:48:25 +0100
committerwm4 <wm4@nowhere>2020-02-23 19:48:25 +0100
commit0ec036bfd8b82339ea65278302a3b771648d7aff (patch)
tree737802d581fddef6f8c3a75318caf98c875f2bab /player/command.c
parent758082a1f20c130ae3babdc7bc68abc2f4b9f8df (diff)
downloadmpv-0ec036bfd8b82339ea65278302a3b771648d7aff.tar.bz2
mpv-0ec036bfd8b82339ea65278302a3b771648d7aff.tar.xz
ta: remove two pointless wrappers
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)