mirror of https://github.com/lidarr/Lidarr
Fixed notification enable logic and test when On Upgrade is disabled.
This commit is contained in:
parent
7378a98e07
commit
f2ec02876b
|
@ -20,7 +20,7 @@ namespace NzbDrone.Core.Notifications
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return OnGrab || (OnDownload && OnUpgrade);
|
return OnGrab || OnDownload || (OnDownload && OnUpgrade);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue