콘텐츠 메인 무료 탭

- 새로운 무료 콘텐츠 전체 조회가 먼저 되도록 수정
This commit is contained in:
Klaus 2025-02-17 12:30:17 +09:00
parent 5521f39cc5
commit 3344757af8
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ class AudioContentMainTabFreeService(
val newFreeContentList = if (themeList.isNotEmpty()) { val newFreeContentList = if (themeList.isNotEmpty()) {
audioContentRepository.findByTheme( audioContentRepository.findByTheme(
memberId = member.id!!, memberId = member.id!!,
theme = themeList[0],
isAdult = member.auth != null, isAdult = member.auth != null,
contentType = ContentType.ALL, contentType = ContentType.ALL,
offset = 0, offset = 0,