This commit is contained in:
kunfei 2023-07-29 20:28:58 +08:00
parent 4c30ca50e9
commit 2f1d6cf376

View File

@ -164,6 +164,7 @@ class ExportBookService : BaseService() {
try {
book ?: throw NoStackTraceException("获取${bookUrl}书籍出错")
notificationContent = "正在导出(${book.name}),还有${waitExportBooks.size}本待导出"
upNotification()
if (exportConfig.type == "epub") {
if (exportConfig.epubScope.isNullOrBlank()) {
exportEPUB(exportConfig.path, book)