This commit is contained in:
user 2024-04-05 15:10:42 +03:00
parent 0d781c06ec
commit 032b4445a4
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class PlayerTemplates:
template_kwargs['protect_content'] = True
template_kwargs['audio'] = URLInputFile(local_content_url)
if cover_content:
template_kwargs['thumbnail'] = URLInputFile(cover_content.web_url)
template_kwargs['thumb'] = URLInputFile(cover_content.web_url)
else:
local_content = None