From 7d17801246378e66b2072d5759f8df6e15c3bf83 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 04227542b..acee728e7 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 {