From 2a1fb0182b463923d266f1521a5d4705a43874ce Mon Sep 17 00:00:00 2001 From: emeric Date: Wed, 3 Jul 2019 13:32:24 +0200 Subject: [PATCH] Improved scan performance --- src/metadata/TagLibParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metadata/TagLibParser.cpp b/src/metadata/TagLibParser.cpp index 178a508c..81165832 100644 --- a/src/metadata/TagLibParser.cpp +++ b/src/metadata/TagLibParser.cpp @@ -150,7 +150,7 @@ TagLibParser::parse(const boost::filesystem::path& p, bool debug) { TagLib::FileRef f {p.string().c_str(), true, // read audio properties - TagLib::AudioProperties::Average}; + TagLib::AudioProperties::Fast}; if (f.isNull()) {