From d15120eb5fe63fec2a4146015bee0fc1e3a7e0c4 Mon Sep 17 00:00:00 2001 From: advplyr Date: Fri, 12 Aug 2022 16:56:34 -0500 Subject: [PATCH] Fix:Audible match results incorrect runtime format #904 --- client/components/cards/BookMatchCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }}