1
0
Fork 0
forked from len0rd/rockbox

Revert FS#9531 / r19723 - It did not fix the problem, and it caused the index parameter of shuffle and unshuffle .playlist_control commands to be ignored. When those parameters were non-zero, this caused some tracks from the end of the original playlist to instead appear at the beginning of the resumed playlist.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20641 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Boris Gjenero 2009-04-07 16:16:55 +00:00
parent f5c5983c73
commit e84520c67e

View file

@ -2344,7 +2344,6 @@ int playlist_resume(void)
/* Terminate on EOF */
if(nread <= 0)
{
playlist->first_index = 0;
break;
}
}