1
0
Fork 0
forked from len0rd/rockbox

Change cuesheet handling so the id3 info is not spoofed anymore. If something wants the subtracks info it is easy to get to. This makes next track display in the skins show the next subtrack if we are in a cuesheet

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26611 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-06-06 06:28:40 +00:00
parent b807cb0808
commit b8d98fcc19
6 changed files with 41 additions and 27 deletions

View file

@ -2079,7 +2079,6 @@ struct mp3entry* audio_current_track(void)
parse_cuesheet(cuepath, curr_cuesheet))
{
id3->cuesheet = curr_cuesheet;
cue_spoof_id3(curr_cuesheet, id3);
}
}
return id3;