diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/id3.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |