Compare commits
2 Commits
7444b41f60
...
63b3ba2bb2
Author | SHA1 | Date |
---|---|---|
|
63b3ba2bb2 | |
|
567c51f6a2 |
|
@ -598,8 +598,8 @@ class AudioContentService(
|
||||||
val contentRankingItemList = repository
|
val contentRankingItemList = repository
|
||||||
.getAudioContentRanking(
|
.getAudioContentRanking(
|
||||||
cloudfrontHost = coverImageHost,
|
cloudfrontHost = coverImageHost,
|
||||||
startDate = startDate,
|
startDate = startDate.minusDays(1),
|
||||||
endDate = endDate,
|
endDate = endDate.minusDays(1),
|
||||||
isAdult = member.auth != null,
|
isAdult = member.auth != null,
|
||||||
offset = offset,
|
offset = offset,
|
||||||
limit = limit
|
limit = limit
|
||||||
|
|
Loading…
Reference in New Issue