Don't fallback to art on newsletters

This commit is contained in:
JonnyWong16
2018-04-05 19:35:37 -07:00
parent fcd7593764
commit ad61e23d92

View File

@@ -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'] = ''