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