Commit 2d8a0cc4 by Qubad786

Make provider an optional param

parent cd3d5f30
...@@ -301,7 +301,7 @@ def create_or_update_video_transcript( ...@@ -301,7 +301,7 @@ def create_or_update_video_transcript(
language_code, language_code,
file_name, file_name,
file_format, file_format,
provider, provider=TranscriptProviderType.CUSTOM,
file_data=None, file_data=None,
): ):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment