From c6e9fe6513f1b2248fc4f4814fdef08f097e7e13 Mon Sep 17 00:00:00 2001 From: advplyr Date: Wed, 2 Nov 2022 17:28:26 -0500 Subject: [PATCH] Update:Chapter lookup modal show # of chapters found vs current # of chapters #1070 --- client/pages/audiobook/_id/chapters.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/client/pages/audiobook/_id/chapters.vue b/client/pages/audiobook/_id/chapters.vue index 6ef6ce8a..2ec6aec8 100644 --- a/client/pages/audiobook/_id/chapters.vue +++ b/client/pages/audiobook/_id/chapters.vue @@ -134,10 +134,14 @@

- Duration found: {{ $secondsToTimestamp(chapterData.runtimeLengthSec) }} + Duration found: {{ $secondsToTimestamp(chapterData.runtimeLengthSec) }}
+ {{ chapterData.chapters.length }} chapters found

- Your audiobook duration: {{ $secondsToTimestamp(mediaDurationRounded) }} + Your audiobook duration: {{ $secondsToTimestamp(mediaDurationRounded) }}
+ Your audiobook has {{ chapters.length }} chapters

Your audiobook duration is shorter than duration found