No need to full rescan when changing some settings
This commit is contained in:
@@ -33,6 +33,7 @@ namespace lms::scanner
|
||||
private:
|
||||
core::LiteralString getStepName() const override { return "Update Library fields"; }
|
||||
ScanStep getStep() const override { return ScanStep::UpdateLibraryFields; }
|
||||
bool needProcess(const ScanContext& context) const override;
|
||||
void process(ScanContext& context) override;
|
||||
|
||||
void processDirectories(ScanContext& context);
|
||||
|
||||
Reference in New Issue
Block a user