From 9c47f404c97699504873d5e3a2548b386dee6724 Mon Sep 17 00:00:00 2001 From: advplyr Date: Sat, 23 Aug 2025 16:55:32 -0500 Subject: [PATCH] Fix current author not showing in podcast match #4617 --- client/components/modals/item/tabs/Match.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/modals/item/tabs/Match.vue b/client/components/modals/item/tabs/Match.vue index bf15ffc17..3faa26b27 100644 --- a/client/components/modals/item/tabs/Match.vue +++ b/client/components/modals/item/tabs/Match.vue @@ -77,8 +77,8 @@
-

- {{ $strings.LabelCurrently }} {{ mediaMetadata.authorName }} +

+ {{ $strings.LabelCurrently }} {{ isPodcast ? mediaMetadata.author : mediaMetadata.authorName }}