test #259

Merged
klaus merged 18 commits from test into main 2025-02-18 14:48:10 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 3344757af8 - Show all commits

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,