mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-28 15:41:51 +02:00
New: Status message when downloading metadata in qBittorrent
(cherry picked from commit 8aa872edf4737798d4836f68fbd0697ee0511c41)
This commit is contained in:
parent
ee64448569
commit
cfea62749d
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue