Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/ecd4cc7b72fdcf5e65c6a7e294486aa65dec981a You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Handle qBit ForcedDL State

Fixes 
pull/3924/head
Qstick 5 years ago
parent 86a53141ad
commit ecd4cc7b72

@ -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;

Loading…
Cancel
Save