Why rename many files when few file do trick

(cherry picked from commit eaa4a358e8eb93e15203001d16e868e22aded5c3)

Closes #2465
pull/2439/head
Mark McDowall 1 year ago committed by Bogdan
parent 0eb88cb516
commit 0572bde41e

@ -277,7 +277,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;
}

Loading…
Cancel
Save