test #223
@@ -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(
|
||||
|
Reference in New Issue
Block a user