mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-30 07:45:25 +02:00
Update client/components/modals/BatchQuickMatchModel.vue
Co-authored-by: advplyr <67830747+advplyr@users.noreply.github.com>
This commit is contained in:
parent
7fd70c1c86
commit
f3f2d614b1
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ export default {
|
||||||
// the selected provider to the current library default provider
|
// the selected provider to the current library default provider
|
||||||
if (!this.options.provider || (this.options.lastUsedLibrary != this.currentLibraryId)) {
|
if (!this.options.provider || (this.options.lastUsedLibrary != this.currentLibraryId)) {
|
||||||
this.options.lastUsedLibrary = this.currentLibraryId
|
this.options.lastUsedLibrary = this.currentLibraryId
|
||||||
this.options.provider = this.libraryProvider;
|
this.options.provider = this.libraryProvider
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
doBatchQuickMatch() {
|
doBatchQuickMatch() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue