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:
Brandon Low 2006-04-26 12:19:16 +00:00
parent f6db3680ee
commit 4564f5c56a

View file

@ -961,6 +961,7 @@ static void audio_check_new_track(void)
/* 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)
{
ci.new_track = 0;
cur_ti->taginfo_ready = false;
audio_rebuffer();
goto skip_done;