mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 22:13:29 -07:00
Merge pattern in RedactedGazelleCheck
This commit is contained in:
parent
25b6ebeb7d
commit
7219600e12
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
|
||||||
{
|
{
|
||||||
var definition = (IndexerDefinition)indexer.Definition;
|
var definition = (IndexerDefinition)indexer.Definition;
|
||||||
|
|
||||||
if (definition.Settings is GazelleSettings { BaseUrl: "https://redacted.sh" } || definition.Settings is GazelleSettings { BaseUrl: "https://redacted.ch" })
|
if (definition.Settings is GazelleSettings { BaseUrl: "https://redacted.sh" or "https://redacted.ch" })
|
||||||
{
|
{
|
||||||
return new HealthCheck(GetType(), HealthCheckResult.Warning, "You have set up Redacted as a Gazelle indexer, please reconfigure using the Redacted indexer setting");
|
return new HealthCheck(GetType(), HealthCheckResult.Warning, "You have set up Redacted as a Gazelle indexer, please reconfigure using the Redacted indexer setting");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue