CodeFactor review

This commit is contained in:
emeric
2021-01-11 13:13:00 +01:00
parent 5f46a69d4e
commit f21282eba5
5 changed files with 120 additions and 116 deletions
-1
View File
@@ -888,7 +888,6 @@ checkFile(const std::filesystem::path& p, const std::filesystem::path& mediaDire
}
return true;
}
catch (std::filesystem::filesystem_error& e)
{
+1 -2
View File
@@ -115,8 +115,7 @@ class Scanner : public IScanner
std::unordered_set<std::filesystem::path> _fileExtensions;
std::filesystem::path _mediaDirectory;
Database::ScanSettings::RecommendationEngineType _recommendationEngineType;
}; // class Scanner
};
} // Scanner