mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-20 14:19:46 +00:00
New: Status message when downloading metadata in qBittorrent
Closes #5940
This commit is contained in:
parent
efca704388
commit
8aa872edf4
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue