mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Tweaked Progress notification.
This commit is contained in:
parent
2875832db0
commit
d6d1bbe3f5
3 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue