Fix:Chapter editor show save button when applying lookup data #1237

This commit is contained in:
advplyr 2022-12-01 17:42:02 -06:00
parent 6baa0fa047
commit 027d7f7a5b

View File

@ -508,6 +508,8 @@ export default {
this.showFindChaptersModal = false
this.chapterData = null
this.checkChapters()
},
applyChapterData() {
var index = 0
@ -524,6 +526,8 @@ export default {
})
this.showFindChaptersModal = false
this.chapterData = null
this.checkChapters()
},
findChapters() {
if (!this.asinInput) {