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)