mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-02-12 00:38:53 -06:00
Why rename many files when few file do trick
(cherry picked from commit eaa4a358e8eb93e15203001d16e868e22aded5c3)
This commit is contained in:
@@ -252,7 +252,7 @@ namespace NzbDrone.Core.Notifications
|
||||
{
|
||||
// Don't send health check notifications during the start up grace period,
|
||||
// once that duration expires they they'll be retested and fired off if necessary.
|
||||
if (message.IsInStartupGraceperiod)
|
||||
if (message.IsInStartupGracePeriod)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user