1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-03 22:57:18 +02:00

New: Status message when downloading metadata in qBittorrent

(cherry picked from commit 8aa872edf4737798d4836f68fbd0697ee0511c41)
This commit is contained in:
Mark McDowall 2023-08-18 16:55:22 -07:00 committed by Qstick
parent d4fada9b4e
commit c75d398f14

View File

@ -278,6 +278,7 @@ public override IEnumerable<DownloadClientItem> GetItems()
if (config.DhtEnabled)
{
item.Status = DownloadItemStatus.Queued;
item.Message = "qBittorrent is downloading metadata";
}
else
{