mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Outdated Definition Healthcheck not using Definition Name
This commit is contained in:
@@ -38,7 +38,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
|
|||||||
return new HealthCheck(GetType(),
|
return new HealthCheck(GetType(),
|
||||||
HealthCheckResult.Warning,
|
HealthCheckResult.Warning,
|
||||||
string.Format(_localizationService.GetLocalizedString("IndexerObsoleteCheckMessage"),
|
string.Format(_localizationService.GetLocalizedString("IndexerObsoleteCheckMessage"),
|
||||||
string.Join(", ", oldIndexers.Select(v => v.Name))),
|
string.Join(", ", oldIndexers.Select(v => v.Definition.Name))),
|
||||||
"#indexers-are-obsolete");
|
"#indexers-are-obsolete");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user