mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: QBittorrent unknown download state: forcedMetaDL
Closes #2775 (cherry picked from commit 18f7bcd212566c857a7a5a3f4cf0e7ee31942db0)
This commit is contained in:
parent
03d31de946
commit
9bba8f54ec
1 changed files with 2 additions and 1 deletions
|
@ -286,7 +286,8 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
|
||||||
|
|
||||||
break;
|
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 "moving": // torrent is being moved from a folder
|
||||||
case "downloading": // torrent is being downloaded and data is being transferred
|
case "downloading": // torrent is being downloaded and data is being transferred
|
||||||
item.Status = DownloadItemStatus.Downloading;
|
item.Status = DownloadItemStatus.Downloading;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue