From 5ef8961c331f964e23f62e23074c6d2dcda5a53b Mon Sep 17 00:00:00 2001 From: advplyr Date: Wed, 27 Dec 2023 17:03:36 -0600 Subject: [PATCH] Fix:Comma separated links on item page --- pages/item/_id/index.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/item/_id/index.vue b/pages/item/_id/index.vue index f9a290ba..dec4128d 100644 --- a/pages/item/_id/index.vue +++ b/pages/item/_id/index.vue @@ -54,7 +54,7 @@ {{ $strings.ButtonRead }} {{ ebookFormat }} - {{ (downloadItem || startingDownload) ? 'downloading' : 'download' }} + {{ downloadItem || startingDownload ? 'downloading' : 'download' }} more_vert @@ -79,8 +79,8 @@
{{ podcastAuthor }}
@@ -90,8 +90,8 @@
{{ $strings.LabelSeries }}
@@ -101,16 +101,16 @@
{{ $strings.LabelNarrators }}
{{ $strings.LabelGenres }}