mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-24 09:46:29 +00:00
fix(queue): harden resume failure and legacy controls
This commit is contained in:
@@ -4701,9 +4701,9 @@ async fn resume_download(
|
||||
);
|
||||
let _ = app_handle_clone.emit(
|
||||
"download-state",
|
||||
crate::ipc::DownloadStateEvent::new(
|
||||
crate::ipc::DownloadStateEvent::paused_with_error(
|
||||
&id_clone,
|
||||
crate::ipc::DownloadStatus::Paused,
|
||||
unpause_error,
|
||||
),
|
||||
);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user