From 461ee435e05b851e85d9f6d703f9632de88e4963 Mon Sep 17 00:00:00 2001 From: Klaus Date: Fri, 30 Jan 2026 17:17:50 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B5=9C=EC=8B=A0=20=EC=BD=98=ED=85=90?= =?UTF-8?q?=EC=B8=A0=20=EC=A1=B0=ED=9A=8C=EC=97=90=EC=84=9C=20=EB=8B=A4?= =?UTF-8?q?=EC=8B=9C=EB=93=A3=EA=B8=B0=20=EC=A0=9C=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/kr/co/vividnext/sodalive/api/home/HomeService.kt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/api/home/HomeService.kt b/src/main/kotlin/kr/co/vividnext/sodalive/api/home/HomeService.kt index b5476b55..f0b9714e 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/api/home/HomeService.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/api/home/HomeService.kt @@ -317,8 +317,9 @@ class HomeService( val themeList = if (theme.isBlank()) { contentThemeService.getActiveThemeOfContent( isAdult = isAdult, - isFree = true, - contentType = contentType + isFree = false, + contentType = contentType, + excludeThemes = listOf("다시듣기") ) } else { listOf(theme)