forked from len0rd/rockbox
Don't magically skip tracks without user interraction
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9813 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f6db3680ee
commit
4564f5c56a
1 changed files with 1 additions and 0 deletions
|
@ -961,6 +961,7 @@ static void audio_check_new_track(void)
|
||||||
/* If it is not safe to even skip this many track entries */
|
/* If it is not safe to even skip this many track entries */
|
||||||
if (ci.new_track >= track_count || ci.new_track <= track_count - MAX_TRACK)
|
if (ci.new_track >= track_count || ci.new_track <= track_count - MAX_TRACK)
|
||||||
{
|
{
|
||||||
|
ci.new_track = 0;
|
||||||
cur_ti->taginfo_ready = false;
|
cur_ti->taginfo_ready = false;
|
||||||
audio_rebuffer();
|
audio_rebuffer();
|
||||||
goto skip_done;
|
goto skip_done;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue