Fixed: Don't try to test notifications when only on upgrade is enabled
This commit is contained in:
parent
51b397a00c
commit
8281063698
|
@ -13,7 +13,7 @@ namespace NzbDrone.Core.Notifications
|
|||
{
|
||||
get
|
||||
{
|
||||
return OnGrab || OnDownload || OnUpgrade;
|
||||
return OnGrab || (OnDownload && OnUpgrade);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue