Add options to skip matching media items if they already have an ASIN/ISBN

This commit is contained in:
Selfhost Alt 2022-04-26 17:36:29 -07:00
parent d8ec3bd218
commit 84dd06dfc4
4 changed files with 45 additions and 4 deletions

View file

@ -93,7 +93,9 @@ export default {
icon: 'database',
mediaType: 'book',
settings: {
disableWatcher: false
disableWatcher: false,
skipMatchingMediaWithAsin: false,
skipMatchingMediaWithIsbn: false,
}
}
},