New: Status message when downloading metadata in qBittorrent

(cherry picked from commit 8aa872edf4737798d4836f68fbd0697ee0511c41)
sonarr-pull-b20e247f
Mark McDowall 11 months ago committed by Qstick
parent d4fada9b4e
commit c75d398f14

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