Add:Quick match option

This commit is contained in:
advplyr 2022-02-15 16:15:09 -06:00
parent de32698ea5
commit 088969e1fe
6 changed files with 113 additions and 6 deletions

View file

@ -69,7 +69,7 @@ export default {
var newfolderpaths = this.folderPaths.join(',')
var origfolderpaths = this.library.folders.map((f) => f.fullPath).join(',')
return newfolderpaths === origfolderpaths && this.name === this.library.name
return newfolderpaths === origfolderpaths && this.name === this.library.name && this.provider === this.library.provider
},
providers() {
return this.$store.state.scanners.providers