mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-05 19:40:56 +02:00
Fix wiki link for update healthcheck
This commit is contained in:
parent
2d237ae6b7
commit
3b29096e40
1 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,8 @@ public override HealthCheck Check()
|
|||
_localizationService.GetLocalizedString("UpdateAvailableHealthCheckMessage", new Dictionary<string, object>
|
||||
{
|
||||
{ "version", $"v{latestAvailable.Version}" }
|
||||
}));
|
||||
}),
|
||||
"#new-update-is-available");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue