콘텐츠 업로드

- 미리듣기 여부 선택 버튼 추가
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

@@ -17,6 +17,7 @@ struct CreateAudioContentRequest: Encodable {
let themeId: Int
let isAdult: Bool
let isOnlyRental: Bool
let isGeneratePreview: Bool
let isCommentAvailable: Bool
let previewStartTime: String?
let previewEndTime: String?