This commit is contained in:
user 2025-01-21 13:03:16 +03:00
parent 54ccfd7e7a
commit 18cf8f9954
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ class PlayerTemplates:
# Processing video
video_title = content_metadata_json.get('name', "")
template_kwargs['video'] = URLInputFile(local_content_url)
template_kwargs['caption'] = video_title
template_kwargs['protect_content'] = True
if cover_content: