콘텐츠 조회

- 조회 조건에 카테고리 추가
This commit is contained in:
2024-02-02 20:03:23 +09:00
parent c50f24b755
commit 22f274fd32
3 changed files with 13 additions and 0 deletions

View File

@@ -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
)