mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Fixed notification enable logic and test when On Upgrade is disabled.
This commit is contained in:
parent
7378a98e07
commit
f2ec02876b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace NzbDrone.Core.Notifications
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return OnGrab || (OnDownload && OnUpgrade);
|
return OnGrab || OnDownload || (OnDownload && OnUpgrade);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue