From 8aa872edf4737798d4836f68fbd0697ee0511c41 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 18 Aug 2023 16:55:22 -0700 Subject: [PATCH] New: Status message when downloading metadata in qBittorrent Closes #5940 --- src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrent.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrent.cs b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrent.cs index 6934658e2..f828cd345 100644 --- a/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrent.cs +++ b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrent.cs @@ -278,6 +278,7 @@ public override IEnumerable GetItems() if (config.DhtEnabled) { item.Status = DownloadItemStatus.Queued; + item.Message = "qBittorrent is downloading metadata"; } else {