From b8d98fcc1991a60ec1cde475b68fcda67153528b Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 6 Jun 2010 06:28:40 +0000 Subject: 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 --- apps/mpeg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/mpeg.c') diff --git a/apps/mpeg.c b/apps/mpeg.c index c6090f863b..1ba491ce89 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; -- cgit v1.2.3