mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-03 18:26:42 +00:00
Enhance failed download warning for items not grabbed by Sonarr
This commit is contained in:
parent
156d306334
commit
c902735927
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ namespace NzbDrone.Core.Download
|
|||
|
||||
if (grabbedItems.Empty())
|
||||
{
|
||||
trackedDownload.Warn("Download wasn't grabbed by sonarr, skipping");
|
||||
trackedDownload.Warn(trackedDownload.DownloadItem.IsEncrypted ? "Download is encrypted and wasn't grabbed by Sonarr, skipping automatic download handling" : "Download has failed wasn't grabbed by Sonarr, skipping automatic download handling");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue