콘텐츠 업로드
- 무료 콘텐츠의 경우 미리듣기 파일을 생성하지 않도록 수정
This commit is contained in:
@@ -9,7 +9,7 @@ data class CreateAudioContentRequest(
|
||||
val releaseDate: String? = null,
|
||||
val themeId: Long = 0,
|
||||
val isAdult: Boolean = false,
|
||||
val isGeneratePreview: Boolean = true,
|
||||
val isGeneratePreview: Boolean = false,
|
||||
val isOnlyRental: Boolean = false,
|
||||
val isCommentAvailable: Boolean = false,
|
||||
val type: AudioContentType = AudioContentType.INDIVIDUAL,
|
||||
|
Reference in New Issue
Block a user