콘텐츠 메인 단편 탭 - 테마
- 오디오북, 모닝콜, 알람, 슬립콜, 다시듣기, ASMR, 릴레이, 챌린지, 자기소개 제거
This commit is contained in:
		| @@ -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( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user