test #384

Merged
klaus merged 10 commits from test into main 2026-02-04 12:52:24 +00:00
Showing only changes of commit 461ee435e0 - Show all commits

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)