Compare commits
2 Commits
d0178d551c
...
dc4e5f75cd
Author | SHA1 | Date |
---|---|---|
|
dc4e5f75cd | |
|
7a745c2f4b |
|
@ -546,6 +546,7 @@ 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