From ee495dae3a941c169ae4fa8685f4e45a48b67842 Mon Sep 17 00:00:00 2001 From: Klaus Date: Fri, 19 Dec 2025 12:27:32 +0900 Subject: [PATCH] =?UTF-8?q?translated=EB=9D=BC=EB=8A=94=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=EC=9D=B4=20=EC=A4=91=EB=B3=B5=20=EC=82=AC=EC=9A=A9?= =?UTF-8?q?=EB=90=98=EC=96=B4=20=EC=83=9D=EA=B8=B0=EB=8D=98=20name=20shado?= =?UTF-8?q?w=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kr/co/vividnext/sodalive/content/AudioContentService.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentService.kt b/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentService.kt index 27a7131..15be2f7 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentService.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/content/AudioContentService.kt @@ -835,9 +835,9 @@ class AudioContentService( val theme = audioContent.theme if (theme?.id != null) { val locale = langContext.lang.code - val translated = contentThemeTranslationRepository + val translatedContentTheme = contentThemeTranslationRepository .findByContentThemeIdAndLocale(theme.id!!, locale) - val text = translated?.theme + val text = translatedContentTheme?.theme if (!text.isNullOrBlank()) text else theme.theme } else { audioContent.theme!!.theme