mirror of
https://github.com/Radarr/Radarr
synced 2025-02-15 11:05:30 +00:00
parent
86a53141ad
commit
ecd4cc7b72
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ public override IEnumerable<DownloadClientItem> GetItems()
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case "forcedDL": //torrent is being downloaded, and was forced started
|
||||||
case "moving": // torrent is being moved from a folder
|
case "moving": // torrent is being moved from a folder
|
||||||
case "downloading": // torrent is being downloaded and data is being transfered
|
case "downloading": // torrent is being downloaded and data is being transfered
|
||||||
item.Status = DownloadItemStatus.Downloading;
|
item.Status = DownloadItemStatus.Downloading;
|
||||||
|
|
Loading…
Reference in a new issue