콘텐츠 메인 단편 탭 - 새로운 단편
- 탭으로 나눠져 있는 테마는 보이지 않도록 수정
This commit is contained in:
@@ -34,14 +34,14 @@ class AudioContentThemeService(
|
||||
|
||||
val totalCount = contentRepository.totalCountByTheme(
|
||||
memberId = member.id!!,
|
||||
theme = theme.theme,
|
||||
theme = listOf(theme.theme),
|
||||
isAdult = member.auth != null && isAdultContentVisible,
|
||||
contentType = contentType
|
||||
)
|
||||
|
||||
val items = contentRepository.findByTheme(
|
||||
memberId = member.id!!,
|
||||
theme = theme.theme,
|
||||
theme = listOf(theme.theme),
|
||||
sortType = sortType,
|
||||
isAdult = member.auth != null && isAdultContentVisible,
|
||||
contentType = contentType,
|
||||
|
Reference in New Issue
Block a user