Compare commits
No commits in common. "63b3ba2bb256b0f16b41cafcf994638b99c805fe" and "7444b41f609160c365275c50145c3c4727a07c38" have entirely different histories.
63b3ba2bb2
...
7444b41f60
|
@ -598,8 +598,8 @@ class AudioContentService(
|
|||
val contentRankingItemList = repository
|
||||
.getAudioContentRanking(
|
||||
cloudfrontHost = coverImageHost,
|
||||
startDate = startDate.minusDays(1),
|
||||
endDate = endDate.minusDays(1),
|
||||
startDate = startDate,
|
||||
endDate = endDate,
|
||||
isAdult = member.auth != null,
|
||||
offset = offset,
|
||||
limit = limit
|
||||
|
|
Loading…
Reference in New Issue