1
0
Fork 0
forked from len0rd/rockbox

Invalidate prevtrack_id3 on all track skips to prevent next track info from being displaying for a split second after skipping to the previous track.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15361 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nicolas Pennequin 2007-10-29 15:10:54 +00:00
parent aecca6693f
commit 30d3d36513

View file

@ -3192,8 +3192,8 @@ static void audio_thread(void)
{
wps_offset = 0;
automatic_skip = false;
prevtrack_id3.path[0] = 0;
}
prevtrack_id3.path[0] = 0;
if (track_changed_callback)
track_changed_callback(&curtrack_id3);
track_changed = true;