[TB] Add download state for stalledDL
This commit is contained in:
parent
dffce96a45
commit
3364deecbb
1 changed files with 1 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ public class TorBoxTorrentClient(ILogger<TorBoxTorrentClient> logger, IHttpClien
|
||||||
"checking" => TorrentStatus.Processing,
|
"checking" => TorrentStatus.Processing,
|
||||||
"checkingResumeData" => TorrentStatus.Processing,
|
"checkingResumeData" => TorrentStatus.Processing,
|
||||||
"paused" => TorrentStatus.Downloading,
|
"paused" => TorrentStatus.Downloading,
|
||||||
|
"stalledDL" => TorrentStatus.Downloading,
|
||||||
"downloading" => TorrentStatus.Downloading,
|
"downloading" => TorrentStatus.Downloading,
|
||||||
"completed" => TorrentStatus.Downloading,
|
"completed" => TorrentStatus.Downloading,
|
||||||
"uploading" => TorrentStatus.Downloading,
|
"uploading" => TorrentStatus.Downloading,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue