summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tagtree.c2
1 files changed, 0 insertions, 2 deletions
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,
2346 break; 2346 break;
2347 } 2347 }
2348 yield(); 2348 yield();
2349 if (playlist == NULL && position == PLAYLIST_INSERT_FIRST)
2350 position = PLAYLIST_INSERT;
2351 2349
2352 if (exit_loop_now) 2350 if (exit_loop_now)
2353 break; 2351 break;