|
|
@@ -69,7 +69,7 @@ this.singlefile.extension.core.content.download = this.singlefile.extension.core
|
|
|
}
|
|
|
browser.runtime.sendMessage({ method: "ui.processEnd" });
|
|
|
}
|
|
|
- await browser.runtime.sendMessage({ method: "downloads.end", taskId: options.taskId });
|
|
|
+ await browser.runtime.sendMessage({ method: "downloads.end", taskId: options.taskId, hash: pageData.hash });
|
|
|
}
|
|
|
|
|
|
function downloadPageForeground(pageData) {
|