최신 콘텐츠 조회에서 다시듣기 제외

This commit is contained in:
2026-01-30 17:17:50 +09:00
parent 8c4b599735
commit 461ee435e0

View File

@@ -317,8 +317,9 @@ class HomeService(
val themeList = if (theme.isBlank()) { val themeList = if (theme.isBlank()) {
contentThemeService.getActiveThemeOfContent( contentThemeService.getActiveThemeOfContent(
isAdult = isAdult, isAdult = isAdult,
isFree = true, isFree = false,
contentType = contentType contentType = contentType,
excludeThemes = listOf("다시듣기")
) )
} else { } else {
listOf(theme) listOf(theme)