test #260
@@ -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