forked from len0rd/rockbox
fixed a bug in folder skipping preventing a feature to work in some cases
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7815 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2bf9be1c02
commit
ffc3963d57
1 changed files with 1 additions and 1 deletions
|
@ -2105,7 +2105,7 @@ int playlist_next(int steps)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
changing_dir = true;
|
changing_dir = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return index;
|
return index;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue