mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Add precision setting to Progress
Fix progress sendEvent not works well
This commit is contained in:
@@ -90,9 +90,9 @@ class DownloadManager {
|
||||
this.#task.id,
|
||||
this.#progress,
|
||||
);
|
||||
this.#progress_changed = false;
|
||||
this.#last_send_progress = now;
|
||||
}
|
||||
this.#progress_changed = false;
|
||||
this.#last_send_progress = now;
|
||||
}
|
||||
}
|
||||
#sendEvent() {
|
||||
|
||||
Reference in New Issue
Block a user