크리에이터 관리자 콘텐츠 리스트
- 카테고리 조회 추가
This commit is contained in:
@@ -630,7 +630,8 @@ class AudioContentService(
|
||||
): GetAudioContentListResponse {
|
||||
val totalCount = repository.findTotalCountByCreatorId(
|
||||
creatorId = creatorId,
|
||||
isAdult = member.auth != null
|
||||
isAdult = member.auth != null,
|
||||
categoryId = categoryId
|
||||
)
|
||||
|
||||
val audioContentList = repository.findByCreatorId(
|
||||
|
Reference in New Issue
Block a user