Compare commits
2 Commits
d0178d551c
...
dc4e5f75cd
| Author | SHA1 | Date | |
|---|---|---|---|
| dc4e5f75cd | |||
| 7a745c2f4b |
@@ -546,6 +546,7 @@ class RankingRepository(
|
|||||||
.and(audioContent.duration.isNotNull)
|
.and(audioContent.duration.isNotNull)
|
||||||
.and(audioContent.limited.isNull)
|
.and(audioContent.limited.isNull)
|
||||||
.and(audioContentLike.isActive.isTrue)
|
.and(audioContentLike.isActive.isTrue)
|
||||||
|
.and(audioContent.price.gt(0))
|
||||||
|
|
||||||
if (!isAdult) {
|
if (!isAdult) {
|
||||||
where = where.and(audioContent.isAdult.isFalse)
|
where = where.and(audioContent.isAdult.isFalse)
|
||||||
|
|||||||
Reference in New Issue
Block a user