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

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()) {
contentThemeService.getActiveThemeOfContent(
isAdult = isAdult,
isFree = true,
contentType = contentType
isFree = false,
contentType = contentType,
excludeThemes = listOf("다시듣기")
)
} else {
listOf(theme)