콘텐츠 고정
- 고정 콘텐츠 개수 표시 수정
This commit is contained in:
@@ -566,7 +566,7 @@ class AudioContentService(
|
||||
false
|
||||
}
|
||||
|
||||
val pinContentListCount = pinContentRepository.getPinContentList(memberId = member.id!!).size
|
||||
val pinContentListCount = pinContentRepository.getPinContentList(memberId = member.id!!, active = true).size
|
||||
val isAvailablePin = if (member.id!! == audioContent.member!!.id!!) {
|
||||
pinContentListCount < 3
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user