콘텐츠 메인 단편 탭 - 새로운 단편

- 탭으로 나눠져 있는 테마는 보이지 않도록 수정
This commit is contained in:
2025-02-19 16:53:24 +09:00
parent 03bd915fa5
commit 2a96467d9c
7 changed files with 82 additions and 29 deletions

View File

@@ -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,