forked from len0rd/rockbox
Use INSERT_LAST when creating a new playlist. This fixes a problem caused by a recent change in playlist code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10988 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3408b60136
commit
77d47b53ea
1 changed files with 1 additions and 1 deletions
|
@ -1181,7 +1181,7 @@ static int tagtree_play_folder(struct tree_context* c)
|
|||
return -1;
|
||||
}
|
||||
|
||||
if (!insert_all_playlist(c, PLAYLIST_INSERT, false))
|
||||
if (!insert_all_playlist(c, PLAYLIST_INSERT_LAST, false))
|
||||
return -2;
|
||||
|
||||
if (global_settings.playlist_shuffle)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue