fix: typi

This commit is contained in:
Xwite 2022-10-10 10:12:13 +08:00 committed by GitHub
parent 62973277c6
commit 77aa00494d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ class EpubFile(var book: Book) {
cover.compress(Bitmap.CompressFormat.JPEG, 90, out)
out.flush()
out.close()
} ?: AppLog.putDebug("Epub: 封面获取为空. path: ${book.BookUrl}")
} ?: AppLog.putDebug("Epub: 封面获取为空. path: ${book.bookUrl}")
}
}
} catch (e: Exception) {