No need to full rescan when changing some settings
This commit is contained in:
@@ -29,6 +29,11 @@
|
||||
|
||||
namespace lms::scanner
|
||||
{
|
||||
bool ScanStepUpdateLibraryFields::needProcess([[maybe_unused]] const ScanContext& context) const
|
||||
{
|
||||
// Fast enough when nothing to do
|
||||
return true;
|
||||
}
|
||||
|
||||
void ScanStepUpdateLibraryFields::process(ScanContext& context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user