parent
72cb90357e
commit
8a03249759
|
@ -810,6 +810,7 @@ class AudioContentQueryRepositoryImpl(
|
|||
return queryFactory
|
||||
.select(audioContent.coverImage.prepend("/").prepend(imageHost))
|
||||
.from(audioContent)
|
||||
.where(audioContent.id.eq(id))
|
||||
.fetchFirst()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue