mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-22 11:15:03 -04:00
Fixed notification enable logic and test when On Upgrade is disabled.
This commit is contained in:
1 parent
7378a98e07
commit
f2ec02876b
1 file changed
+1
-1
@@ -20,7 +20,7 @@ public override Boolean Enable
|
||||
{
|
||||
get
|
||||
{
|
||||
return OnGrab || (OnDownload && OnUpgrade);
|
||||
return OnGrab || OnDownload || (OnDownload && OnUpgrade);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user