Fixed: Handle qBit ForcedDL State

Closes #3604
This commit is contained in:
Mark McDowall 2020-03-05 09:13:44 -08:00 committed by GitHub
parent 385c7fb0ce
commit 1c699841c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,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;