CodeFactor review
This commit is contained in:
@@ -888,7 +888,6 @@ checkFile(const std::filesystem::path& p, const std::filesystem::path& mediaDire
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
}
|
||||
catch (std::filesystem::filesystem_error& e)
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user