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:
parent
f5c5983c73
commit
e84520c67e
1 changed files with 0 additions and 1 deletions
|
@ -2344,7 +2344,6 @@ int playlist_resume(void)
|
|||
/* Terminate on EOF */
|
||||
if(nread <= 0)
|
||||
{
|
||||
playlist->first_index = 0;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue