diff --git a/frontend/src/components/cards/VodConnectionCard.jsx b/frontend/src/components/cards/VodConnectionCard.jsx
index 90b4c034..8efe4e55 100644
--- a/frontend/src/components/cards/VodConnectionCard.jsx
+++ b/frontend/src/components/cards/VodConnectionCard.jsx
@@ -16,6 +16,7 @@ import {
} from '@mantine/core';
import {
convertToSec,
+ formatDuration,
fromNow,
toFriendlyDuration,
useDateTimeFormat,
@@ -31,8 +32,6 @@ import {
calculateConnectionDuration,
calculateConnectionStartTime,
calculateProgress,
- formatDuration,
- formatTime,
getEpisodeDisplayTitle,
getEpisodeSubtitle,
getMovieDisplayTitle,
@@ -154,7 +153,7 @@ const ConnectionProgress = ({ connection, durationSecs }) => {
Progress
- {formatTime(currentTime)} / {formatTime(totalTime)}
+ {formatDuration(currentTime)} / {formatDuration(totalTime)}