mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-15 16:19:28 +01:00
Merge remote-tracking branch 'YipYup/WebMosher-patch-for-issue-2485' into develop
This commit is contained in:
@@ -116,7 +116,7 @@ class Cache(object):
|
||||
return None
|
||||
|
||||
for image in images:
|
||||
if image['size'] == 'medium':
|
||||
if image['size'] == 'medium' and '#text' in image:
|
||||
thumb_url = image['#text']
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user