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