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:
parent
b807cb0808
commit
b8d98fcc19
6 changed files with 41 additions and 27 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue