test #260

Merged
klaus merged 6 commits from test into main 2025-02-18 18:13:26 +00:00
1 changed files with 11 additions and 0 deletions
Showing only changes of commit 839cbdeaec - Show all commits

View File

@ -42,6 +42,17 @@ class AudioContentMainTabContentService(
// 새로운 단편 테마
val themeOfContentList = audioContentThemeRepository.getActiveThemeOfContent(isAdult = isAdult)
.filter {
it != "오디오북" &&
it != "모닝콜" &&
it != "알람" &&
it != "슬립콜" &&
it != "다시듣기" &&
it != "ASMR" &&
it != "릴레이" &&
it != "챌린지" &&
it != "자기소개"
}
// 새로운 단편
val newContentList = audioContentRepository.findByTheme(