mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 21:52:28 -05:00
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;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
playlist->started = true;
|
||||||
|
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
int result = 0;
|
int result = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue