diff --git a/components/tables/ChaptersTable.vue b/components/tables/ChaptersTable.vue index 2144706b..8c056971 100644 --- a/components/tables/ChaptersTable.vue +++ b/components/tables/ChaptersTable.vue @@ -15,6 +15,7 @@ {{ $strings.LabelTitle }} {{ $strings.LabelStart }} + {{ $strings.LabelDuration }} @@ -23,6 +24,9 @@ {{ $secondsToTimestamp(chapter.start) }} + + {{ $secondsToTimestamp(Math.max(0, chapter.end - chapter.start)) }} +