diff options
| -rw-r--r-- | apps/onplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c index 7aa74d3..4fd9d41 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -370,7 +370,7 @@ static bool playlist_options(void) (selected_file_attr & ATTR_DIRECTORY)) { items[i].desc = ID2P(LANG_INSERT); - args[i].position = PLAYLIST_INSERT; + args[i].position = PLAYLIST_INSERT_LAST; args[i].queue = false; i++; |