mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #4727 (AttributeError: 'MetaInformation' object has no attribute 'thumnbail')
This commit is contained in:
parent
2a51e38d22
commit
5fb1d6ab82
@ -274,7 +274,7 @@ class BookList(_BookList):
|
||||
node.setAttribute(attr, attrs[attr])
|
||||
try:
|
||||
w, h, data = mi.thumbnail
|
||||
except TypeError:
|
||||
except:
|
||||
w, h, data = None, None, None
|
||||
|
||||
if data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user