Compare commits
No commits in common. "dc4e5f75cd4d005254cef8b9f5dff6f55ef89b45" and "d0178d551cc1441d3736f1e507a9fd450fe653f2" have entirely different histories.
dc4e5f75cd
...
d0178d551c
|
@ -546,7 +546,6 @@ class RankingRepository(
|
|||
.and(audioContent.duration.isNotNull)
|
||||
.and(audioContent.limited.isNull)
|
||||
.and(audioContentLike.isActive.isTrue)
|
||||
.and(audioContent.price.gt(0))
|
||||
|
||||
if (!isAdult) {
|
||||
where = where.and(audioContent.isAdult.isFalse)
|
||||
|
|
Loading…
Reference in New Issue