parent
72cb90357e
commit
8a03249759
|
@ -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()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue