mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Don't fallback to art on newsletters
This commit is contained in:
parent
fcd7593764
commit
ad61e23d92
1 changed files with 1 additions and 1 deletions
|
@ -721,7 +721,7 @@ class RecentlyAdded(Newsletter):
|
|||
img=item['art'], rating_key=item['rating_key'], title=item['title'],
|
||||
width=500, height=280, opacity=25, background='282828', blur=3, fallback='art')
|
||||
|
||||
item['art_url'] = imgur_info.get('imgur_url') or common.ONLINE_ART
|
||||
item['art_url'] = imgur_info.get('imgur_url')
|
||||
|
||||
item['thumb_hash'] = ''
|
||||
item['art_hash'] = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue