diff --git a/plugins/goodreads.koplugin/goodreadsbook.lua b/plugins/goodreads.koplugin/goodreadsbook.lua index 5e59cb688..a30850c39 100644 --- a/plugins/goodreads.koplugin/goodreadsbook.lua +++ b/plugins/goodreads.koplugin/goodreadsbook.lua @@ -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,