mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-20 08:02:16 +00:00
wait fr?
This commit is contained in:
parent
e83ec3343c
commit
84215ac49b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue