From c75d398f145293a7111bd52d75193fb627f914be 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 (cherry picked from commit 8aa872edf4737798d4836f68fbd0697ee0511c41) --- 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 f78e420e1..e084cd26c 100644 --- a/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrent.cs +++ b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrent.cs @@ -278,6 +278,7 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent if (config.DhtEnabled) { item.Status = DownloadItemStatus.Queued; + item.Message = "qBittorrent is downloading metadata"; } else {