Fixed notification enable logic and test when On Upgrade is disabled.

pull/4/head
Taloth Saldono 9 years ago
parent 7378a98e07
commit f2ec02876b

@ -20,7 +20,7 @@ namespace NzbDrone.Core.Notifications
{
get
{
return OnGrab || (OnDownload && OnUpgrade);
return OnGrab || OnDownload || (OnDownload && OnUpgrade);
}
}
}

Loading…
Cancel
Save