mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
Fixed downloading cover. Close #208
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user