Compare commits
No commits in common. "6ea69e15106e31e7302e1b0d2ba367af1524d2c2" and "553c6dc5391de8a6f11a93cc5a0bdf7bd371a727" have entirely different histories.
6ea69e1510
...
553c6dc539
|
@ -137,11 +137,7 @@ class AudioContentMainTabFreeService(
|
|||
): List<GetAudioContentMainItem> {
|
||||
return audioContentRepository.findByTheme(
|
||||
memberId = member.id!!,
|
||||
theme = if (theme.isNotBlank()) {
|
||||
listOf(theme)
|
||||
} else {
|
||||
emptyList()
|
||||
},
|
||||
theme = listOf(theme),
|
||||
isAdult = member.auth != null && isAdultContentVisible,
|
||||
contentType = contentType,
|
||||
offset = offset,
|
||||
|
|
Loading…
Reference in New Issue