mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -230,8 +230,7 @@ object BookList {
|
||||
try {
|
||||
analyzeRule.getString(ruleCoverUrl).let {
|
||||
if (it.isNotEmpty()) {
|
||||
searchBook.coverUrl =
|
||||
NetworkUtils.getAbsoluteURL(baseUrl, it)
|
||||
searchBook.coverUrl = NetworkUtils.getAbsoluteURL(baseUrl, it)
|
||||
}
|
||||
}
|
||||
Debug.log(bookSource.bookSourceUrl, "└${searchBook.coverUrl}", log)
|
||||
|
||||
Reference in New Issue
Block a user