콘텐츠 메인 - 추천시리즈
- 비성인 콘텐츠만 보기를 했을 때 조회가 되지 않는 버그 수정
This commit is contained in:
@@ -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