Update CompletedDownloadService.cs

Replaced Sonarr by Radarr
This commit is contained in:
gwenvador 2020-04-26 22:50:18 +09:00 committed by Qstick
parent a0fe43cd6e
commit eee6fd9f54
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}