콘텐츠 메인 무료 탭
- 새로운 무료 콘텐츠 전체보기
This commit is contained in:
		@@ -112,9 +112,10 @@ final class ContentRepository {
 | 
			
		||||
        return api.requestPublisher(.getNewContentThemeList)
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    func getNewContentAllOfTheme(theme: String, page: Int, size: Int) -> AnyPublisher<Response, MoyaError> {
 | 
			
		||||
    func getNewContentAllOfTheme(isFree: Bool, theme: String, page: Int, size: Int) -> AnyPublisher<Response, MoyaError> {
 | 
			
		||||
        return api.requestPublisher(
 | 
			
		||||
            .getNewContentAllOfTheme(
 | 
			
		||||
                isFree: isFree,
 | 
			
		||||
                theme: theme,
 | 
			
		||||
                isAdultContentVisible: UserDefaults.isAdultContentVisible(),
 | 
			
		||||
                contentType: ContentType(rawValue: UserDefaults.string(forKey: .contentPreference)) ?? ContentType.ALL,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user