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:
parent
aecca6693f
commit
30d3d36513
1 changed files with 1 additions and 1 deletions
|
|
@ -3192,8 +3192,8 @@ static void audio_thread(void)
|
||||||
{
|
{
|
||||||
wps_offset = 0;
|
wps_offset = 0;
|
||||||
automatic_skip = false;
|
automatic_skip = false;
|
||||||
prevtrack_id3.path[0] = 0;
|
|
||||||
}
|
}
|
||||||
|
prevtrack_id3.path[0] = 0;
|
||||||
if (track_changed_callback)
|
if (track_changed_callback)
|
||||||
track_changed_callback(&curtrack_id3);
|
track_changed_callback(&curtrack_id3);
|
||||||
track_changed = true;
|
track_changed = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue