fix(downloader): separate interrupted task recovery

This commit is contained in:
saltbo
2026-06-05 21:34:57 -04:00
parent 86c9e7995b
commit 9dd3ca0105
13 changed files with 160 additions and 23 deletions
+1
View File
@@ -238,6 +238,7 @@ export type DownloadTaskStatus =
| 'billing_paused'
| 'pausing'
| 'paused'
| 'interrupted'
| 'uploading'
| 'canceling'
| 'completed'