Add a minimum confidence level threshold to match after scan runs.

This commit is contained in:
Marke Hallowell 2025-11-07 23:28:21 -08:00
parent 0ab72d879e
commit 3a751f711a
7 changed files with 54 additions and 7 deletions

View file

@ -84,7 +84,9 @@ class CronManager {
checkRemoveEmptySeries,
checkRemoveAuthorsWithNoBooks
}
Scanner.matchLibraryItems(apiRouterCtx, library)
Scanner.matchLibraryItems(apiRouterCtx, library, {
minConfidence: library.settings.matchMinConfidence
})
}
}
})