Codefactor review

This commit is contained in:
emeric
2022-05-25 21:04:35 +02:00
parent d13cb3e0ad
commit ee42e51b00
27 changed files with 2 additions and 34 deletions
@@ -226,7 +226,6 @@ AvFormatParser::parse(const std::filesystem::path& p, bool debug)
track.clusters[tag] = std::move(values);
}
}
}
track.artists = getArtists(metadataMap);
-1
View File
@@ -148,7 +148,6 @@ getAlbum(const TagLib::PropertyMap& properties)
void
TagLibParser::processTag(Track& track, const std::string& tag, const TagLib::StringList& values, bool debug)
{
if (debug)
{
std::vector<std::string> strs;