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