summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index acceb0b93b..d3ef1e067d 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -409,9 +409,10 @@ int ft_enter(struct tree_context* c)
409 break; 409 break;
410 } 410 }
411 411
412 if (global_settings.party_mode) { 412 if (global_settings.party_mode)
413 {
413 playlist_insert_track(NULL, buf, 414 playlist_insert_track(NULL, buf,
414 PLAYLIST_INSERT_LAST, true); 415 PLAYLIST_INSERT_LAST, true, true);
415 gui_syncsplash(HZ, true, str(LANG_QUEUE_LAST)); 416 gui_syncsplash(HZ, true, str(LANG_QUEUE_LAST));
416 } 417 }
417 else if (playlist_create(c->currdir, NULL) != -1) 418 else if (playlist_create(c->currdir, NULL) != -1)