mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Use INSERT_LAST when creating a new playlist. Fixes B#6028.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11004 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7f1346d641
commit
202b65f8f0
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue