mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-08 09:04:43 +01:00
Fix:Chapter editor show save button when applying lookup data #1237
This commit is contained in:
parent
6baa0fa047
commit
027d7f7a5b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user