mirror of
https://github.com/Radarr/Radarr
synced 2025-03-03 10:26:54 +00:00
Update CompletedDownloadService.cs
Replaced Sonarr by Radarr
This commit is contained in:
parent
a0fe43cd6e
commit
eee6fd9f54
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public void Check(TrackedDownload trackedDownload)
|
|||
|
||||
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 a new issue