diff --git a/src/SegmentList.jsx b/src/SegmentList.jsx index 739cfac8..26639532 100644 --- a/src/SegmentList.jsx +++ b/src/SegmentList.jsx @@ -138,8 +138,8 @@ const SegmentList = memo(({ /> -
-
Total time:
+
+
Segments total:
{formatTimecode(cutSegments.reduce((acc, { start, end }) => (end - start) + acc, 0))}