mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
New: Status message when downloading metadata in qBittorrent
Closes #5940
This commit is contained in:
parent
efca704388
commit
8aa872edf4
@ -278,6 +278,7 @@ public override IEnumerable<DownloadClientItem> GetItems()
|
||||
if (config.DhtEnabled)
|
||||
{
|
||||
item.Status = DownloadItemStatus.Queued;
|
||||
item.Message = "qBittorrent is downloading metadata";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user