유료 콘텐츠 미리 듣기 재생 버튼 추가
This commit is contained in:
@@ -69,6 +69,7 @@ struct ContentDetailView: View {
|
||||
VStack(spacing: 0) {
|
||||
ContentDetailPlayView(
|
||||
audioContent: audioContent,
|
||||
isAlertPreview: audioContent.price > 0 && !audioContent.existOrdered && audioContent.orderType == nil && audioContent.creator.creatorId != UserDefaults.int(forKey: .userId),
|
||||
isShowPreviewAlert: $viewModel.isShowPreviewAlert
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user