Distinguish initial scan to import last time write as added time, ref #601

This commit is contained in:
emeric
2025-01-24 17:59:25 +01:00
parent cfa59cb32c
commit 534df42f9d
8 changed files with 58 additions and 15 deletions
@@ -29,6 +29,7 @@ namespace lms::scanner
{
db::MediaLibraryId id;
std::filesystem::path rootDirectory;
bool firstScan{};
auto operator<=>(const MediaLibraryInfo& other) const = default;
};