summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/id3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/id3.c b/firmware/id3.c
index fcca992667..aa370e836e 100644
--- a/firmware/id3.c
+++ b/firmware/id3.c
@@ -347,6 +347,7 @@ static const struct tag_resolver taglist[] = {
347 { "TAL", 3, offsetof(struct mp3entry, album), NULL }, 347 { "TAL", 3, offsetof(struct mp3entry, album), NULL },
348 { "TRK", 3, offsetof(struct mp3entry, track_string), &parsetracknum }, 348 { "TRK", 3, offsetof(struct mp3entry, track_string), &parsetracknum },
349 { "TRCK", 4, offsetof(struct mp3entry, track_string), &parsetracknum }, 349 { "TRCK", 4, offsetof(struct mp3entry, track_string), &parsetracknum },
350 { "TDRC", 4, offsetof(struct mp3entry, year_string), &parseyearnum },
350 { "TYER", 4, offsetof(struct mp3entry, year_string), &parseyearnum }, 351 { "TYER", 4, offsetof(struct mp3entry, year_string), &parseyearnum },
351 { "TYE", 3, offsetof(struct mp3entry, year_string), &parseyearnum }, 352 { "TYE", 3, offsetof(struct mp3entry, year_string), &parseyearnum },
352 { "TCOM", 4, offsetof(struct mp3entry, composer), NULL }, 353 { "TCOM", 4, offsetof(struct mp3entry, composer), NULL },