diff options
| -rw-r--r-- | firmware/id3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/id3.c b/firmware/id3.c index 62150e1..35b983c 100644 --- a/firmware/id3.c +++ b/firmware/id3.c @@ -537,6 +537,7 @@ static int getsonglength(int fd, struct mp3entry *entry) { /* Yes, it is a VBR file */ entry->vbr = true; + entry->vbrflags = xing[7]; if (entry->vbrflags & VBR_FRAMES_FLAG) /* Is the frame count there? */ { |