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