diff --git a/client/components/cards/BookMatchCard.vue b/client/components/cards/BookMatchCard.vue index ca169e92..3a34af68 100644 --- a/client/components/cards/BookMatchCard.vue +++ b/client/components/cards/BookMatchCard.vue @@ -14,7 +14,7 @@
by {{ book.author }}
Narrated by {{ book.narrator }}
-Runtime: {{ $elapsedPrettyExtended(book.duration) }}
+Runtime: {{ $elapsedPrettyExtended(book.duration * 60) }}