오디오 콘텐츠 업로드 - 미리듣기 시간 설정 추가
This commit is contained in:
@@ -10,5 +10,7 @@ data class CreateAudioContentRequest(
|
||||
val isGeneratePreview: Boolean = true,
|
||||
val isCommentAvailable: Boolean = false,
|
||||
val type: AudioContentType = AudioContentType.INDIVIDUAL,
|
||||
val childIds: List<Long>? = null
|
||||
val childIds: List<Long>? = null,
|
||||
val previewStartTime: String? = null,
|
||||
val previewEndTime: String? = null
|
||||
)
|
||||
|
Reference in New Issue
Block a user