mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01: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
@ -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…
Reference in New Issue
Block a user