Fixed: Handle qBit ForcedDL State

Fixes #3870
This commit is contained in:
Qstick 2019-12-04 21:16:48 -05:00
parent 86a53141ad
commit ecd4cc7b72
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
}
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;