mirror of
https://github.com/koreader/koreader
synced 2024-11-16 06:12:56 +00:00
goodreads(fix): remove incorrect image_disposable setting
This commit is contained in:
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…
Reference in New Issue
Block a user