fix libtags m4a issue
This commit is contained in:
@@ -113,12 +113,6 @@ auto TagParserImpl::ReadAndParseTags(const std::string& path, TrackTags* out)
|
||||
}
|
||||
}
|
||||
|
||||
if (path.ends_with(".m4a")) {
|
||||
// TODO(jacqueline): Re-enabled once libtags is fixed.
|
||||
ESP_LOGW(kTag, "skipping m4a %s", path.c_str());
|
||||
return false;
|
||||
}
|
||||
|
||||
libtags::Aux aux;
|
||||
aux.tags = out;
|
||||
if (f_stat(path.c_str(), &aux.info) != FR_OK ||
|
||||
|
||||
Reference in New Issue
Block a user