summaryrefslogtreecommitdiff
path: root/apps/tagtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagtree.c')
-rw-r--r--apps/tagtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c
index 7ef8e89d4f..c674cf4ebd 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -1181,7 +1181,7 @@ static int tagtree_play_folder(struct tree_context* c)
1181 return -1; 1181 return -1;
1182 } 1182 }
1183 1183
1184 if (!insert_all_playlist(c, PLAYLIST_INSERT, false)) 1184 if (!insert_all_playlist(c, PLAYLIST_INSERT_LAST, false))
1185 return -2; 1185 return -2;
1186 1186
1187 if (global_settings.playlist_shuffle) 1187 if (global_settings.playlist_shuffle)