parent
43662738fc
commit
170cf9f217
|
@ -116,7 +116,7 @@ class ContentSeriesQueryRepositoryImpl(
|
|||
var where = series.isActive.isTrue
|
||||
|
||||
if (!isAuth) {
|
||||
where = where.and(audioContent.isAdult.isFalse)
|
||||
where = where.and(series.isAdult.isFalse)
|
||||
} else {
|
||||
if (contentType != ContentType.ALL) {
|
||||
where = where.and(
|
||||
|
|
Loading…
Reference in New Issue