diff --git a/firmware/id3.c b/firmware/id3.c index 6b43fecc9a..f3d1285f0c 100644 --- a/firmware/id3.c +++ b/firmware/id3.c @@ -154,7 +154,7 @@ static int parseyearnum( struct mp3entry* entry, char* tag, int bufferpos ) /* parse numeric genre from string, version 2.2 and 2.3 */ static int parsegenre( struct mp3entry* entry, char* tag, int bufferpos ) { - if(entry->id3version >= ID3_VER_2_3) { + if(entry->id3version >= ID3_VER_2_4) { /* In version 2.4 and up, there are no parentheses, and the genre frame is a list of strings, either numbers or text. */