인기 콘텐츠 전체보기 집계날짜 수정
This commit is contained in:
parent
0aecd36956
commit
567c51f6a2
|
@ -598,8 +598,8 @@ class AudioContentService(
|
|||
val contentRankingItemList = repository
|
||||
.getAudioContentRanking(
|
||||
cloudfrontHost = coverImageHost,
|
||||
startDate = startDate,
|
||||
endDate = endDate,
|
||||
startDate = startDate.minusDays(1),
|
||||
endDate = endDate.minusDays(1),
|
||||
isAdult = member.auth != null,
|
||||
offset = offset,
|
||||
limit = limit
|
||||
|
|
Loading…
Reference in New Issue