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

Treat forcedMetaDL from qBit as queued instead of downloading

(cherry picked from commit 9a613afa355fbc8cdf29c4d1b8eb1f1586405eb7)
pull/3597/head
ManiMatter 9 months ago committed by Bogdan
parent 38bdb5a75d
commit 348e8f9c27

@ -279,6 +279,7 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
break;
case "metaDL": // torrent magnet is being downloaded
case "forcedMetaDL": // torrent metadata is being forcibly downloaded
if (config.DhtEnabled)
{
item.Status = DownloadItemStatus.Queued;
@ -293,7 +294,6 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
break;
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