test #223

Merged
klaus merged 2 commits from test into main 2024-10-13 17:30:26 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 170cf9f217 - Show all commits

View File

@ -116,7 +116,7 @@ class ContentSeriesQueryRepositoryImpl(
var where = series.isActive.isTrue var where = series.isActive.isTrue
if (!isAuth) { if (!isAuth) {
where = where.and(audioContent.isAdult.isFalse) where = where.and(series.isAdult.isFalse)
} else { } else {
if (contentType != ContentType.ALL) { if (contentType != ContentType.ALL) {
where = where.and( where = where.and(