1
0
Fork 0
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:
Hardeep Sidhu 2006-09-18 04:41:50 +00:00
parent 3408b60136
commit 77d47b53ea

View file

@ -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)