Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/cfea62749d056579bfe350e19a3652bb2b466b64?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

New: Status message when downloading metadata in qBittorrent

(cherry picked from commit 8aa872edf4737798d4836f68fbd0697ee0511c41)
pull/4041/head
Mark McDowall 2 years ago committed by Bogdan
parent ee64448569
commit cfea62749d

@ -278,6 +278,7 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
if (config.DhtEnabled)
{
item.Status = DownloadItemStatus.Queued;
item.Message = "qBittorrent is downloading metadata";
}
else
{

Loading…
Cancel
Save