This commit is contained in:
kunfei
2022-04-23 15:44:30 +08:00
parent 94dda713ed
commit 730d5b3f3c
4 changed files with 71 additions and 70 deletions
@@ -89,7 +89,7 @@ object BookController {
this.bookUrl = bookUrl
val bitmap = runBlocking {
ImageProvider.cacheImage(book, src, bookSource)
ImageProvider.getImage(book, src, width)
ImageProvider.getImage(book, src, width, bookSource = bookSource)
}
return returnData.setData(bitmap)
}