mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Fixed: Don't try to test notifications when only on upgrade is enabled
This commit is contained in:
parent
51b397a00c
commit
8281063698
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace NzbDrone.Core.Notifications
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return OnGrab || OnDownload || OnUpgrade;
|
return OnGrab || (OnDownload && OnUpgrade);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue