From 6d3349d84be5bfc7abd9400e2050c74107916da3 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Mon, 8 May 2017 01:35:47 -0700 Subject: [PATCH] goodreads(fix): remove incorrect image_disposable setting --- plugins/goodreads.koplugin/goodreadsbook.lua | 1 - 1 file changed, 1 deletion(-) 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,