mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Upstream Changes to DownloadClients and Indexers
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace NzbDrone.Core.HealthCheck
|
||||
namespace NzbDrone.Core.HealthCheck
|
||||
{
|
||||
public abstract class HealthCheckBase : IProvideHealthCheck
|
||||
{
|
||||
@@ -6,8 +6,6 @@
|
||||
|
||||
public virtual bool CheckOnStartup => true;
|
||||
|
||||
public virtual bool CheckOnConfigChange => true;
|
||||
|
||||
public virtual bool CheckOnSchedule => true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user