forked from len0rd/rockbox
Fixed problem with incorrect first index after resume
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9835 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fede7ff6f2
commit
b236dc63ff
1 changed files with 2 additions and 0 deletions
|
@ -1928,6 +1928,8 @@ int playlist_resume(void)
|
|||
return -1;
|
||||
}
|
||||
|
||||
playlist->started = true;
|
||||
|
||||
while (1)
|
||||
{
|
||||
int result = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue