diff --git a/client/pages/audiobook/_id/chapters.vue b/client/pages/audiobook/_id/chapters.vue index bdd99f20..a18e7e27 100644 --- a/client/pages/audiobook/_id/chapters.vue +++ b/client/pages/audiobook/_id/chapters.vue @@ -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) {