test #247

Merged
klaus merged 9 commits from test into main 2024-12-17 13:43:45 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 8a03249759 - Show all commits

View File

@ -810,6 +810,7 @@ class AudioContentQueryRepositoryImpl(
return queryFactory return queryFactory
.select(audioContent.coverImage.prepend("/").prepend(imageHost)) .select(audioContent.coverImage.prepend("/").prepend(imageHost))
.from(audioContent) .from(audioContent)
.where(audioContent.id.eq(id))
.fetchFirst() .fetchFirst()
} }
} }