This commit is contained in:
kunfei
2022-05-01 00:41:08 +08:00
parent aa073ea52f
commit 0941769d9a
3 changed files with 4 additions and 9 deletions
@@ -89,7 +89,7 @@ object BookController {
this.bookUrl = bookUrl
val bitmap = runBlocking {
ImageProvider.cacheImage(book, src, bookSource)
ImageProvider.getImage(book, src, width, bookSource = bookSource)
ImageProvider.getImage(book, src, width)
}
return returnData.setData(bitmap)
}