Added some debug logs during scans, quite verbose

This commit is contained in:
emeric
2024-12-19 20:36:50 +01:00
parent 4c2be63e94
commit ac4baaac10
12 changed files with 39 additions and 0 deletions
@@ -42,6 +42,7 @@ namespace lms::scanner
LyricsFileScanner& operator=(const LyricsFileScanner&) = delete;
private:
core::LiteralString getName() const override;
std::span<const std::filesystem::path> getSupportedExtensions() const override;
bool needsScan(ScanContext& context, const FileToScan& file) const override;
std::unique_ptr<IFileScanOperation> createScanOperation(const FileToScan& fileToScan) const override;