fix
This commit is contained in:
parent
0d781c06ec
commit
032b4445a4
|
|
@ -63,7 +63,7 @@ class PlayerTemplates:
|
||||||
template_kwargs['protect_content'] = True
|
template_kwargs['protect_content'] = True
|
||||||
template_kwargs['audio'] = URLInputFile(local_content_url)
|
template_kwargs['audio'] = URLInputFile(local_content_url)
|
||||||
if cover_content:
|
if cover_content:
|
||||||
template_kwargs['thumbnail'] = URLInputFile(cover_content.web_url)
|
template_kwargs['thumb'] = URLInputFile(cover_content.web_url)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
local_content = None
|
local_content = None
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue