diff --git a/firmware/mp3data.c b/firmware/mp3data.c index 713fb68c18..0710090b37 100644 --- a/firmware/mp3data.c +++ b/firmware/mp3data.c @@ -442,6 +442,7 @@ int get_mp3file_info(int fd, struct mp3info *info) if (vbrheader[7] & VBR_TOC_FLAG) /* Is table-of-contents there? */ { + info->has_toc = true; memcpy( info->toc, vbrheader+i, 100 ); i += 100; }