feat: 콘텐츠 메인, 콘텐츠 랭킹 - 포인트 사용 가능 여부 추가
This commit is contained in:
@@ -102,6 +102,7 @@ class RankingRepository(
|
||||
audioContent.duration,
|
||||
member.id,
|
||||
member.nickname,
|
||||
audioContent.isPointAvailable,
|
||||
member.profileImage.prepend("/").prepend(imageHost)
|
||||
)
|
||||
)
|
||||
@@ -560,6 +561,7 @@ class RankingRepository(
|
||||
audioContent.duration,
|
||||
member.id,
|
||||
member.nickname,
|
||||
audioContent.isPointAvailable,
|
||||
member.profileImage.prepend("/").prepend(imageHost)
|
||||
)
|
||||
)
|
||||
@@ -726,6 +728,7 @@ class RankingRepository(
|
||||
audioContent.duration,
|
||||
member.id,
|
||||
member.nickname,
|
||||
audioContent.isPointAvailable,
|
||||
member.profileImage.prepend("/").prepend(imageHost)
|
||||
)
|
||||
)
|
||||
@@ -782,6 +785,7 @@ class RankingRepository(
|
||||
audioContent.duration,
|
||||
member.id,
|
||||
member.nickname,
|
||||
audioContent.isPointAvailable,
|
||||
member.profileImage.prepend("/").prepend(imageHost)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user