From 4e9766477b37579bfa0249fa17818da8d348db7f Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sat, 10 Feb 2007 12:09:28 +0000 Subject: FS#6638 - Album artist and comment patch for WPS and tagcache. Export your database before updating because initialization is needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12255 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/id3.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/id3.h b/firmware/export/id3.h index 75af992..83fc2cd 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h @@ -142,6 +142,8 @@ struct mp3entry { char* track_string; char* year_string; char* composer; + char* comment; + char* albumartist; int tracknum; int version; int layer; -- cgit v1.1