콘텐츠 메인 - 숏플, 라이브 다시 듣기 추가
This commit is contained in:
		@@ -125,4 +125,8 @@ final class ContentRepository {
 | 
			
		||||
    func getCategoryList(creatorId: Int) -> AnyPublisher<Response, MoyaError> {
 | 
			
		||||
        return categoryApi.requestPublisher(.getCategoryList(creatorId: creatorId))
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    func getAudioContentByTheme(themeId: Int, page: Int, size: Int, sort: ContentAllByThemeViewModel.Sort) -> AnyPublisher<Response, MoyaError> {
 | 
			
		||||
        return api.requestPublisher(.getAudioContentByTheme(themeId: themeId, page: page, size: size, sort: sort))
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user