change format defaults
This commit is contained in:
		| @@ -40,9 +40,9 @@ class MergeOutputFormatEnum(Enum): | ||||
| @dataclass | ||||
| class SubmitIn: | ||||
|     link: str = Form(...) | ||||
|     video_format: VideoFormatEnum = Form(default=MergeOutputFormatEnum.format_mp4) | ||||
|     audio_format: AudioFormatEnum = Form(default=AudioFormatEnum.format_m4a) | ||||
|     merge_output_format: MergeOutputFormatEnum = Form(default=MergeOutputFormatEnum.format_mp4) | ||||
|     video_format: VideoFormatEnum = Form(default=MergeOutputFormatEnum.format_webm) | ||||
|     audio_format: AudioFormatEnum = Form(default=AudioFormatEnum.format_webm) | ||||
|     merge_output_format: MergeOutputFormatEnum = Form(default=MergeOutputFormatEnum.format_mkv) | ||||
|  | ||||
|  | ||||
| class CheckIn(BaseModel): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 nikili0n
						nikili0n