mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04:00
Fixed: QBittorrent unknown download state: forcedMetaDL
Closes #7242 Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
e2ae743ee1
commit
4ac1aeaf06
1 changed files with 2 additions and 1 deletions
|
@ -288,7 +288,8 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
|
|||
|
||||
break;
|
||||
|
||||
case "forcedDL": //torrent is being downloaded, and was forced started
|
||||
case "forcedDL": // torrent is being downloaded, and was forced started
|
||||
case "forcedMetaDL": // torrent metadata is being forcibly downloaded
|
||||
case "moving": // torrent is being moved from a folder
|
||||
case "downloading": // torrent is being downloaded and data is being transferred
|
||||
item.Status = DownloadItemStatus.Downloading;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue