mirror of https://github.com/Radarr/Radarr
Update CompletedDownloadService.cs
Replaced Sonarr by Radarr
This commit is contained in:
parent
a0fe43cd6e
commit
eee6fd9f54
|
@ -59,7 +59,7 @@ namespace NzbDrone.Core.Download
|
|||
|
||||
if (historyItem == null && trackedDownload.DownloadItem.Category.IsNullOrWhiteSpace())
|
||||
{
|
||||
trackedDownload.Warn("Download wasn't grabbed by Sonarr and not in a category, Skipping.");
|
||||
trackedDownload.Warn("Download wasn't grabbed by Radarr and not in a category, Skipping.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue