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

Fixed: QBittorrent unknown download state: forcedMetaDL

Closes 

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/7192/head
Qstick 3 years ago
parent e2ae743ee1
commit 4ac1aeaf06

@ -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…
Cancel
Save