test #367

Merged
klaus merged 2 commits from test into main 2025-11-20 12:53:01 +00:00
Showing only changes of commit 9a58b7b95f - Show all commits

View File

@@ -1456,7 +1456,7 @@ class AudioContentQueryRepositoryImpl(
.and(audioContent.isActive.isTrue) .and(audioContent.isActive.isTrue)
.and(audioContent.duration.isNotNull) .and(audioContent.duration.isNotNull)
.and(audioContent.releaseDate.isNotNull) .and(audioContent.releaseDate.isNotNull)
.and(audioContent.releaseDate.gt(LocalDateTime.now())) .and(audioContent.releaseDate.loe(LocalDateTime.now()))
if (!isAdult) { if (!isAdult) {
where = where.and(audioContent.isAdult.isFalse) where = where.and(audioContent.isAdult.isFalse)