summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index af6fa9cc57..98b1270b89 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -368,6 +368,11 @@ static bool playlist_options(void)
368 args[i].position = PLAYLIST_INSERT_SHUFFLED; 368 args[i].position = PLAYLIST_INSERT_SHUFFLED;
369 args[i].queue = true; 369 args[i].queue = true;
370 i++; 370 i++;
371
372 items[i].desc = ID2P(LANG_REPLACE);
373 args[i].position = PLAYLIST_REPLACE;
374 args[i].queue = false;
375 i++;
371 } 376 }
372 else if (((selected_file_attr & TREE_ATTR_MASK) == TREE_ATTR_MPA) || 377 else if (((selected_file_attr & TREE_ATTR_MASK) == TREE_ATTR_MPA) ||
373 (selected_file_attr & ATTR_DIRECTORY)) 378 (selected_file_attr & ATTR_DIRECTORY))