mirror of
https://github.com/saltbo/zpan.git
synced 2026-09-21 04:59:47 +08:00
fix(downloader): separate interrupted task recovery
This commit is contained in:
@@ -184,6 +184,7 @@
|
||||
"billing_paused",
|
||||
"pausing",
|
||||
"paused",
|
||||
"interrupted",
|
||||
"uploading",
|
||||
"canceling",
|
||||
"completed",
|
||||
@@ -331,6 +332,7 @@
|
||||
"billing_paused",
|
||||
"pausing",
|
||||
"paused",
|
||||
"interrupted",
|
||||
"uploading",
|
||||
"canceling",
|
||||
"completed",
|
||||
@@ -708,6 +710,7 @@
|
||||
"billing_paused",
|
||||
"pausing",
|
||||
"paused",
|
||||
"interrupted",
|
||||
"uploading",
|
||||
"canceling",
|
||||
"completed",
|
||||
@@ -1008,6 +1011,7 @@
|
||||
"billing_paused",
|
||||
"pausing",
|
||||
"paused",
|
||||
"interrupted",
|
||||
"uploading",
|
||||
"canceling",
|
||||
"completed",
|
||||
@@ -1194,6 +1198,7 @@
|
||||
"billing_paused",
|
||||
"pausing",
|
||||
"paused",
|
||||
"interrupted",
|
||||
"uploading",
|
||||
"canceling",
|
||||
"completed",
|
||||
@@ -1471,6 +1476,7 @@
|
||||
"billing_paused",
|
||||
"pausing",
|
||||
"paused",
|
||||
"interrupted",
|
||||
"uploading",
|
||||
"canceling",
|
||||
"completed",
|
||||
@@ -1728,6 +1734,7 @@
|
||||
"billing_paused",
|
||||
"pausing",
|
||||
"paused",
|
||||
"interrupted",
|
||||
"uploading",
|
||||
"canceling",
|
||||
"completed",
|
||||
@@ -2119,6 +2126,7 @@
|
||||
"billing_paused",
|
||||
"pausing",
|
||||
"paused",
|
||||
"interrupted",
|
||||
"uploading",
|
||||
"canceling",
|
||||
"completed",
|
||||
|
||||
Reference in New Issue
Block a user