재생목록 콘텐츠
- 크리에이터 프로필 이미지 추가
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user