mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-19 01:41:32 +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
|
|
@ -69,6 +69,7 @@ class Library extends Model {
|
|||
disableWatcher: false,
|
||||
autoScanCronExpression: null,
|
||||
matchAfterScan: false,
|
||||
matchMinConfidence: 0,
|
||||
skipMatchingMediaWithAsin: false,
|
||||
skipMatchingMediaWithIsbn: false,
|
||||
audiobooksOnly: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue