개수 제한 콘텐츠

- 내 콘텐츠는 sold out 되더라도 재생이 가능하도록 수정
This commit is contained in:
klaus 2024-10-24 23:52:50 +09:00
parent 7209f972d2
commit e6339bb4c2
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ class AudioContentDetailActivity : BaseActivity<ActivityAudioContentDetailBindin
response.price > 0
if (
!response.existOrdered &&
response.creator.creatorId != SharedPreferenceManager.userId && !response.existOrdered &&
response.totalContentCount != null && response.remainingContentCount != null &&
response.remainingContentCount <= 0
) {