Fix occasional display of old tag data (normally from 32 tracks previous)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13001 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1805203cc2
commit
2e7cb462b2
1 changed files with 1 additions and 0 deletions
|
@ -2732,6 +2732,7 @@ static bool audio_load_track(int offset, bool start_play, bool rebuffer)
|
|||
tracks[track_widx].filerem = size;
|
||||
tracks[track_widx].filesize = size;
|
||||
tracks[track_widx].available = 0;
|
||||
tracks[track_widx].taginfo_ready = false;
|
||||
|
||||
/* Set default values */
|
||||
if (start_play)
|
||||
|
|
Loading…
Reference in a new issue