test #259

Merged
klaus merged 18 commits from test into main 2025-02-18 14:48:10 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 5521f39cc5 - Show all commits

View File

@ -31,6 +31,7 @@ class AudioContentMainTabRepository(
val where = member.isActive.isTrue
.and(member.role.eq(MemberRole.CREATOR))
.and(audioContent.isActive.isTrue)
.and(audioContent.price.gt(0))
.and(audioContent.duration.isNotNull)
.and(audioContent.limited.isNull)
.and(audioContentTheme.isActive.isTrue)