diff --git a/apps/tagtree.c b/apps/tagtree.c index 267fa4fba7..83bfb4e36d 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -2346,8 +2346,6 @@ static bool insert_all_playlist(struct tree_context *c, break; } yield(); - if (playlist == NULL && position == PLAYLIST_INSERT_FIRST) - position = PLAYLIST_INSERT; if (exit_loop_now) break;