큐레이션 콘텐츠
- 남성향이면 여성 크리에이터, 여성향이면 남성 크리에이터 작품만 조회되도록 수정
This commit is contained in:
		@@ -124,7 +124,16 @@ final class ContentRepository {
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    func getAudioContentListByCurationId(curationId: Int, page: Int, size: Int, sort: ContentCurationViewModel.Sort) -> AnyPublisher<Response, MoyaError> {
 | 
			
		||||
        return api.requestPublisher(.getAudioContentListByCurationId(curationId: curationId, page: page, size: size, sort: sort))
 | 
			
		||||
        return api.requestPublisher(
 | 
			
		||||
            .getAudioContentListByCurationId(
 | 
			
		||||
                curationId: curationId,
 | 
			
		||||
                isAdultContentVisible: UserDefaults.isAdultContentVisible(),
 | 
			
		||||
                contentType: ContentType(rawValue: UserDefaults.string(forKey: .contentPreference)) ?? ContentType.ALL,
 | 
			
		||||
                page: page,
 | 
			
		||||
                size: size,
 | 
			
		||||
                sort: sort
 | 
			
		||||
            )
 | 
			
		||||
        )
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    func getContentRankingSortType() -> AnyPublisher<Response, MoyaError> {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user