fix style

This commit is contained in:
zrose584
2020-10-09 18:25:17 +02:00
parent f8d9be2d5a
commit 4f46e14ad0
3 changed files with 4 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ def get_playlist_page():
util.prefix_urls(item)
util.add_extra_html_info(item)
if 'id' in item:
item['thumbnail'] = f'{settings.img_prefix}https://i.ytimg.com/vi/' + item['id'] + '/default.jpg'
item['thumbnail'] = settings.img_prefix + 'https://i.ytimg.com/vi/' + item['id'] + '/default.jpg'
item['url'] += '&list=' + playlist_id
if item['index']: