diff --git a/client/components/modals/libraries/LibrarySettings.vue b/client/components/modals/libraries/LibrarySettings.vue index caabc8b9..f95b9daf 100644 --- a/client/components/modals/libraries/LibrarySettings.vue +++ b/client/components/modals/libraries/LibrarySettings.vue @@ -8,13 +8,13 @@
*Watcher is disabled globally in server settings
-Skip matching books that already have an ASIN
Skip matching books that already have an ISBN
@@ -37,7 +37,7 @@ export default { provider: null, disableWatcher: false, skipMatchingMediaWithAsin: false, - skipMatchingMediaWithIsbn: false, + skipMatchingMediaWithIsbn: false } }, computed: {