New: Improve Qbit Messaging for Downloading Metadata

This commit is contained in:
bakerboy448 2023-08-18 16:07:20 -05:00 committed by GitHub
parent efca704388
commit 5b4f78625c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
if (config.DhtEnabled)
{
item.Status = DownloadItemStatus.Queued;
item.Message = "qBittorrent is downloading metadata";
}
else
{