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