mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Because it's 2016!
This commit is contained in:
@@ -21,12 +21,6 @@ namespace NzbDrone.Core.Notifications
|
||||
public bool SupportsOnRename { get; set; }
|
||||
public HashSet<int> Tags { get; set; }
|
||||
|
||||
public override bool Enable
|
||||
{
|
||||
get
|
||||
{
|
||||
return OnGrab || OnDownload || (OnDownload && OnUpgrade);
|
||||
}
|
||||
}
|
||||
public override bool Enable => OnGrab || OnDownload || (OnDownload && OnUpgrade);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user