콘텐츠 메인 콘텐츠 탭 - 채널별 추천 단편
- 좋아요 개수를 기준으로 내림차순 정렬하도록 수정 - 유료 콘텐으만 나오도록 수정
This commit is contained in:
		| @@ -546,6 +546,7 @@ class RankingRepository( | ||||
|             .and(audioContent.duration.isNotNull) | ||||
|             .and(audioContent.limited.isNull) | ||||
|             .and(audioContentLike.isActive.isTrue) | ||||
|             .and(audioContent.price.gt(0)) | ||||
|  | ||||
|         if (!isAdult) { | ||||
|             where = where.and(audioContent.isAdult.isFalse) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user