diff --git a/client/pages/audiobook/_id/chapters.vue b/client/pages/audiobook/_id/chapters.vue index 00d0b09d..1f58d9b0 100644 --- a/client/pages/audiobook/_id/chapters.vue +++ b/client/pages/audiobook/_id/chapters.vue @@ -41,7 +41,7 @@ {{ $strings.ButtonAdd }}
- close + expand_less

{{ $strings.NoteChapterEditorTimes }}

@@ -329,6 +329,7 @@ export default { chap.start = Math.max(0, chap.start + amount) } } + this.checkChapters() }, editItem() { this.$store.commit('showEditModal', this.libraryItem)