mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -215,7 +215,7 @@ object LocalBook {
|
||||
when {
|
||||
book.isEpub -> EpubFile.upBookInfo(book)
|
||||
book.isUmd -> UmdFile.upBookInfo(book)
|
||||
book.isPdf -> UmdFile.upBookInfo(book)
|
||||
book.isPdf -> PdfFile.upBookInfo(book)
|
||||
book.isMobi -> MobiFile.upBookInfo(book)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user