mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-23 14:41:27 +00:00
Why rename many files when few file do trick
This commit is contained in:
parent
e72431144b
commit
eaa4a358e8
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,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…
Reference in a new issue