콘텐츠 메인 - 추천시리즈

- 비성인 콘텐츠만 보기를 했을 때 조회가 되지 않는 버그 수정
This commit is contained in:
Klaus 2024-10-14 02:02:55 +09:00
parent 43662738fc
commit 170cf9f217
1 changed files with 1 additions and 1 deletions

View File

@ -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(