콘텐츠 메인 홈 - 인기 단편
- 19금 콘텐츠 보기 설정 적용
This commit is contained in:
@@ -759,6 +759,7 @@ class AudioContentService(
|
||||
)
|
||||
fun getAudioContentRanking(
|
||||
isAdult: Boolean,
|
||||
contentType: ContentType,
|
||||
startDate: LocalDateTime,
|
||||
endDate: LocalDateTime,
|
||||
offset: Long,
|
||||
@@ -774,6 +775,7 @@ class AudioContentService(
|
||||
startDate = startDate.minusDays(1),
|
||||
endDate = endDate.minusDays(1),
|
||||
isAdult = isAdult,
|
||||
contentType = contentType,
|
||||
offset = offset,
|
||||
limit = limit,
|
||||
sortType = sortType
|
||||
|
||||
Reference in New Issue
Block a user