From eee6fd9f54c5966c5728574159fe219913e6eab6 Mon Sep 17 00:00:00 2001 From: gwenvador Date: Sun, 26 Apr 2020 22:50:18 +0900 Subject: [PATCH] Update CompletedDownloadService.cs Replaced Sonarr by Radarr --- src/NzbDrone.Core/Download/CompletedDownloadService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Download/CompletedDownloadService.cs b/src/NzbDrone.Core/Download/CompletedDownloadService.cs index 9e15fb81b..45afd8cad 100644 --- a/src/NzbDrone.Core/Download/CompletedDownloadService.cs +++ b/src/NzbDrone.Core/Download/CompletedDownloadService.cs @@ -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; }