mirror of
https://github.com/Readarr/Readarr
synced 2025-12-15 21:02:40 +01:00
New: Status message when downloading metadata in qBittorrent
(cherry picked from commit 8aa872edf4737798d4836f68fbd0697ee0511c41)
This commit is contained in:
parent
a8eb674071
commit
0e415c6ce3
1 changed files with 1 additions and 0 deletions
|
|
@ -280,6 +280,7 @@ public override IEnumerable<DownloadClientItem> GetItems()
|
|||
if (config.DhtEnabled)
|
||||
{
|
||||
item.Status = DownloadItemStatus.Queued;
|
||||
item.Message = "qBittorrent is downloading metadata";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue