mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-19 09:51:39 +00:00
Add a minimum confidence level threshold to match after scan runs.
This commit is contained in:
parent
0ab72d879e
commit
3a751f711a
7 changed files with 54 additions and 7 deletions
|
|
@ -84,7 +84,9 @@ class CronManager {
|
|||
checkRemoveEmptySeries,
|
||||
checkRemoveAuthorsWithNoBooks
|
||||
}
|
||||
Scanner.matchLibraryItems(apiRouterCtx, library)
|
||||
Scanner.matchLibraryItems(apiRouterCtx, library, {
|
||||
minConfidence: library.settings.matchMinConfidence
|
||||
})
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue