parent
bf62482137
commit
0583a8a56f
|
@ -798,7 +798,8 @@ class AudioContentQueryRepositoryImpl(
|
||||||
audioContentTheme.theme,
|
audioContentTheme.theme,
|
||||||
audioContent.coverImage.prepend("/").prepend(imageHost),
|
audioContent.coverImage.prepend("/").prepend(imageHost),
|
||||||
audioContent.duration,
|
audioContent.duration,
|
||||||
member.nickname
|
member.nickname,
|
||||||
|
member.profileImage.prepend("/").prepend(imageHost)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.from(audioContent)
|
.from(audioContent)
|
||||||
|
|
|
@ -30,5 +30,6 @@ data class AudioContentPlaylistContent @QueryProjection constructor(
|
||||||
val category: String,
|
val category: String,
|
||||||
val coverUrl: String,
|
val coverUrl: String,
|
||||||
val duration: String,
|
val duration: String,
|
||||||
val creatorNickname: String
|
val creatorNickname: String,
|
||||||
|
val creatorProfileUrl: String
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue