This commit is contained in:
Horis
2025-10-17 10:34:59 +08:00
parent de39ddbd13
commit ee5ef0e6ba
@@ -172,6 +172,7 @@ class ExportBookService : BaseService() {
val (bookUrl, exportConfig) = waitExportBooks.entries.firstOrNull() ?: let {
notificationContentText = "导出完成"
upExportNotification(true)
stopSelf()
return@launch
}
exportProgress[bookUrl] = 0