From 77f70e48deec4694464b6352b97242d3c636d6ac Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Wed, 30 Aug 2023 23:33:58 +0200 Subject: [PATCH] Fix separator between authors This patch fixes a small problem with the separator between several authors which is `Author A , Author B`, but should be instead `Author A, Author B` like with the other metadata fields. --- pages/item/_id/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/item/_id/index.vue b/pages/item/_id/index.vue index a3df9955..798d0b87 100644 --- a/pages/item/_id/index.vue +++ b/pages/item/_id/index.vue @@ -68,8 +68,8 @@
{{ podcastAuthor }}