goodreads(fix): remove incorrect image_disposable setting

pull/2872/head
Qingping Hou 7 years ago
parent 3541320cd2
commit 6d3349d84b

@ -197,7 +197,6 @@ function GoodreadsBook:genBookInfoGroup()
if body then image = Pic.openJPGDocumentFromMem(body) end
if image then
table.insert(book_info_group, ImageWidget:new{
image_disposable = false,
image = image.image_bb:copy(),
width = img_width,
height = img_height,

Loading…
Cancel
Save