Improved scan performance

This commit is contained in:
emeric
2019-07-03 13:32:24 +02:00
parent ea3e453aa1
commit 2a1fb0182b
+1 -1
View File
@@ -150,7 +150,7 @@ TagLibParser::parse(const boost::filesystem::path& p, bool debug)
{ {
TagLib::FileRef f {p.string().c_str(), TagLib::FileRef f {p.string().c_str(),
true, // read audio properties true, // read audio properties
TagLib::AudioProperties::Average}; TagLib::AudioProperties::Fast};
if (f.isNull()) if (f.isNull())
{ {