forked from len0rd/rockbox
Erase lasttrack_id3 when end-of-playlist is reached. Fixes FS#8148.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15659 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5386cc205f
commit
9446226276
1 changed files with 1 additions and 0 deletions
|
|
@ -2332,6 +2332,7 @@ static bool audio_load_track(int offset, bool start_play)
|
|||
{
|
||||
logf("End-of-playlist");
|
||||
playlist_end = true;
|
||||
memset(&lasttrack_id3, 0, sizeof(struct mp3entry));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue