mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Tweaked Progress notification.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user