mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
parent
86a53141ad
commit
ecd4cc7b72
@ -196,6 +196,7 @@ public override IEnumerable<DownloadClientItem> GetItems()
|
||||
}
|
||||
break;
|
||||
|
||||
case "forcedDL": //torrent is being downloaded, and was forced started
|
||||
case "moving": // torrent is being moved from a folder
|
||||
case "downloading": // torrent is being downloaded and data is being transfered
|
||||
item.Status = DownloadItemStatus.Downloading;
|
||||
|
Loading…
Reference in New Issue
Block a user