diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-06-06 06:28:40 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-06-06 06:28:40 +0000 |
| commit | b8d98fcc1991a60ec1cde475b68fcda67153528b (patch) | |
| tree | a9e33268e8b289983ee753961894d0608351dc5f /apps/mpeg.c | |
| parent | b807cb0808b2c045e0fdcd332c711a713eb25032 (diff) | |
| download | rockbox-b8d98fcc1991a60ec1cde475b68fcda67153528b.zip rockbox-b8d98fcc1991a60ec1cde475b68fcda67153528b.tar.gz rockbox-b8d98fcc1991a60ec1cde475b68fcda67153528b.tar.bz2 rockbox-b8d98fcc1991a60ec1cde475b68fcda67153528b.tar.xz | |
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
Diffstat (limited to 'apps/mpeg.c')
| -rw-r--r-- | apps/mpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/mpeg.c b/apps/mpeg.c index c6090f8..1ba491c 100644 --- a/apps/mpeg.c +++ b/apps/mpeg.c @@ -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; |