1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-24 15:21:28 +00:00

Update error to include Radarr instead of Sonarr (#1069)

This commit is contained in:
flightlevel 2017-03-08 12:04:13 +11:00 committed by Devin Buhl
parent b81d8c4678
commit 961a6d89a4

View file

@ -19,7 +19,7 @@ public override HealthCheck Check()
if (enabled.Empty())
{
return new HealthCheck(GetType(), HealthCheckResult.Error, "No indexers available with RSS sync enabled, Sonarr will not grab new releases automatically");
return new HealthCheck(GetType(), HealthCheckResult.Error, "No indexers available with RSS sync enabled, Radarr will not grab new releases automatically");
}
var active = _indexerFactory.RssEnabled(true);