diff --git a/app/core/models/_telegram/templates/player.py b/app/core/models/_telegram/templates/player.py index d06ae2d..36a998d 100644 --- a/app/core/models/_telegram/templates/player.py +++ b/app/core/models/_telegram/templates/player.py @@ -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: