From 5f63574daad61311dc429c22c9d07a1b23682d60 Mon Sep 17 00:00:00 2001 From: Klaus Date: Wed, 25 Feb 2026 21:10:40 +0900 Subject: [PATCH] =?UTF-8?q?fix(profile):=20=EC=82=AC=EC=9A=A9=ED=95=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8A=94=20blogUrl=20=EC=A0=9C=EA=B1=B0,?= =?UTF-8?q?=20=EC=9E=98=EB=AA=BB=20=EC=A0=9C=EA=B1=B0=EB=90=9C=20youtubeUr?= =?UTF-8?q?l=20=EB=8B=A4=EC=8B=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/kr/co/vividnext/sodalive/explorer/ExplorerService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerService.kt b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerService.kt index d6ab8ef8..a8eac5e5 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerService.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerService.kt @@ -247,7 +247,7 @@ class ExplorerService( instagramUrl = creatorAccount.instagramUrl, fancimmUrl = creatorAccount.fancimmUrl, xUrl = creatorAccount.xUrl, - blogUrl = creatorAccount.blogUrl, + youtubeUrl = creatorAccount.youtubeUrl, kakaoOpenChatUrl = creatorAccount.websiteUrl ) }