diff --git a/client/pages/audiobook/_id/chapters.vue b/client/pages/audiobook/_id/chapters.vue index 6eabdc4a..c20a7d7f 100644 --- a/client/pages/audiobook/_id/chapters.vue +++ b/client/pages/audiobook/_id/chapters.vue @@ -9,7 +9,7 @@
Duration:
-{{ mediaDuration }}
+{{ $secondsToTimestamp(mediaDurationRounded) }}
{{ track.metadata.filename }}
{{ track.duration }}
+{{ $secondsToTimestamp(Math.round(track.duration), false, true) }}
Duration found: {{ chapterData.runtimeLengthSec }}
-Chapter data invalid duration
Your media duration is shorter than duration found
+ Duration found: {{ $secondsToTimestamp(chapterData.runtimeLengthSec) }} +
++ Your audiobook duration: {{ $secondsToTimestamp(mediaDurationRounded) }} +
Chapter end is after the end of your audiobook
+Chapter start is after the end of your audiobook
+