콘텐츠 업로드

- 미리듣기 여부 선택 버튼 추가
This commit is contained in:
Yu Sung
2024-01-26 10:57:57 +09:00
parent 31bd137f4d
commit 34f2348aa0
4 changed files with 75 additions and 48 deletions

View File

@@ -18,6 +18,7 @@ struct GetAudioContentDetailResponse: Decodable {
let price: Int
let duration: String
let releaseDate: String?
let isActivePreview: Bool
let isAdult: Bool
let isMosaic: Bool
let isOnlyRental: Bool