Compare commits

..

No commits in common. "6ea69e15106e31e7302e1b0d2ba367af1524d2c2" and "553c6dc5391de8a6f11a93cc5a0bdf7bd371a727" have entirely different histories.

1 changed files with 1 additions and 5 deletions

View File

@ -137,11 +137,7 @@ class AudioContentMainTabFreeService(
): List<GetAudioContentMainItem> { ): List<GetAudioContentMainItem> {
return audioContentRepository.findByTheme( return audioContentRepository.findByTheme(
memberId = member.id!!, memberId = member.id!!,
theme = if (theme.isNotBlank()) { theme = listOf(theme),
listOf(theme)
} else {
emptyList()
},
isAdult = member.auth != null && isAdultContentVisible, isAdult = member.auth != null && isAdultContentVisible,
contentType = contentType, contentType = contentType,
offset = offset, offset = offset,