New: Status message when downloading metadata in qBittorrent

Closes #5940
pull/5942/head
Mark McDowall 10 months ago
parent efca704388
commit 8aa872edf4

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