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