최신 콘텐츠 조회에서 다시듣기 제외
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user