Fixed downloading cover. Close #208

This commit is contained in:
2025-02-20 13:25:56 +08:00
parent edc2cb066b
commit 40b9b5b329

View File

@@ -423,7 +423,7 @@ class ImagesDownloadTask extends DownloadTask with _TransferSpeedMixin {
"comic": comic?.toJson(), "comic": comic?.toJson(),
"chapters": chapters, "chapters": chapters,
"path": path, "path": path,
"cover": cover, "cover": _cover,
"images": _images, "images": _images,
"downloadedCount": _downloadedCount, "downloadedCount": _downloadedCount,
"totalCount": _totalCount, "totalCount": _totalCount,