summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 7aa74d36ac..4fd9d41056 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -370,7 +370,7 @@ static bool playlist_options(void)
370 (selected_file_attr & ATTR_DIRECTORY)) 370 (selected_file_attr & ATTR_DIRECTORY))
371 { 371 {
372 items[i].desc = ID2P(LANG_INSERT); 372 items[i].desc = ID2P(LANG_INSERT);
373 args[i].position = PLAYLIST_INSERT; 373 args[i].position = PLAYLIST_INSERT_LAST;
374 args[i].queue = false; 374 args[i].queue = false;
375 i++; 375 i++;
376 376