This commit is contained in:
Horis 2023-02-16 15:19:40 +08:00
parent 7df0901b86
commit 96906ee875

View File

@ -302,9 +302,6 @@ object BookHelp {
* 读取章节内容
*/
fun getContent(book: Book, bookChapter: BookChapter): String? {
if (book.isLocalTxt) {
return LocalBook.getContent(book, bookChapter)
}
val file = downloadDir.getFile(
cacheFolderName,
book.getFolderName(),