Commit patch by JdGordon to fix FS#9531 (which applied to all targets) - correctly resume shuffled playlists.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19723 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
56d5bc728d
commit
f5ab7c028e
1 changed files with 1 additions and 0 deletions
|
@ -2343,6 +2343,7 @@ int playlist_resume(void)
|
|||
/* Terminate on EOF */
|
||||
if(nread <= 0)
|
||||
{
|
||||
playlist->first_index = 0;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue