This commit is contained in:
Francesco 2025-05-31 22:20:50 +02:00
parent e83ec3343c
commit 84215ac49b

View file

@ -234,7 +234,7 @@ extension JSController {
DispatchQueue.main.async {
guard let self = self else { return }
self.updateDownloadProgress(downloadID: downloadID, progress: progress.fractionCompleted)
NotificationCenter.default.post(name: NSNotification.Name("downloadProgressUpdated"), object: nil)
NotificationCenter.default.post(name: NSNotification.Name("downloadProgressChanged"), object: nil)
}
}