parent
ab2f581c9f
commit
308127d044
|
@ -516,6 +516,7 @@ class RankingRepository(
|
|||
.and(audioContent.isActive.isTrue)
|
||||
.and(audioContent.duration.isNotNull)
|
||||
.and(audioContent.limited.isNull)
|
||||
.and(audioContent.price.loe(0))
|
||||
|
||||
if (!isAdult) {
|
||||
where = where.and(series.isAdult.isFalse)
|
||||
|
|
Loading…
Reference in New Issue