Tweaked Progress notification.

This commit is contained in:
kay.one 2012-01-22 23:43:54 -08:00
commit d6d1bbe3f5
3 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ namespace NzbDrone.Core.Providers
public virtual ProgressNotification GetCurrent()
{
if (_currentNotification == null || _currentNotification.CompletedTime < DateTime.Now.AddSeconds(-3))
if (_currentNotification == null || _currentNotification.CompletedTime < DateTime.Now.AddSeconds(-6))
{
return null;
}