fix
This commit is contained in:
parent
54ccfd7e7a
commit
18cf8f9954
|
|
@ -91,7 +91,6 @@ class PlayerTemplates:
|
||||||
# Processing video
|
# Processing video
|
||||||
video_title = content_metadata_json.get('name', "")
|
video_title = content_metadata_json.get('name', "")
|
||||||
template_kwargs['video'] = URLInputFile(local_content_url)
|
template_kwargs['video'] = URLInputFile(local_content_url)
|
||||||
template_kwargs['caption'] = video_title
|
|
||||||
template_kwargs['protect_content'] = True
|
template_kwargs['protect_content'] = True
|
||||||
|
|
||||||
if cover_content:
|
if cover_content:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue