콘텐츠 조회
- 조회 조건에 카테고리 추가
This commit is contained in:
@@ -624,6 +624,7 @@ class AudioContentService(
|
||||
creatorId: Long,
|
||||
sortType: SortType,
|
||||
member: Member,
|
||||
categoryId: Long = 0,
|
||||
offset: Long,
|
||||
limit: Long
|
||||
): GetAudioContentListResponse {
|
||||
@@ -637,6 +638,7 @@ class AudioContentService(
|
||||
coverImageHost = coverImageHost,
|
||||
isAdult = member.auth != null,
|
||||
sortType = sortType,
|
||||
categoryId = categoryId,
|
||||
offset = offset,
|
||||
limit = limit
|
||||
)
|
||||
|
Reference in New Issue
Block a user