mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 14:55:20 -07:00
Correct Program Name (#1523)
This commit is contained in:
parent
5200758200
commit
b19fbcbb71
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.Warning, "No indexers available with Search enabled, Sonarr will not provide any search results");
|
return new HealthCheck(GetType(), HealthCheckResult.Warning, "No indexers available with Search enabled, Radarr will not provide any search results");
|
||||||
}
|
}
|
||||||
|
|
||||||
var active = _indexerFactory.SearchEnabled(true);
|
var active = _indexerFactory.SearchEnabled(true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue