From 8fca84e4bd08e7b799cfb8fdfda358b9f6211d9c Mon Sep 17 00:00:00 2001 From: advplyr Date: Sat, 8 Apr 2023 14:32:12 -0500 Subject: [PATCH] Fix:Chapter editor show save button when shifting times #1648 --- client/pages/audiobook/_id/chapters.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)