mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Update error to include Radarr instead of Sonarr (#1069)
This commit is contained in:
parent
b81d8c4678
commit
961a6d89a4
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
|
||||||
|
|
||||||
if (enabled.Empty())
|
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);
|
var active = _indexerFactory.RssEnabled(true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue