New: Improve Qbit Messaging for Downloading Metadata
This commit is contained in:
parent
efca704388
commit
5b4f78625c
|
@ -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…
Reference in New Issue