mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Because it's 2016!
This commit is contained in:
@@ -4,28 +4,10 @@
|
||||
{
|
||||
public abstract HealthCheck Check();
|
||||
|
||||
public virtual bool CheckOnStartup
|
||||
{
|
||||
get
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
public virtual bool CheckOnStartup => true;
|
||||
|
||||
public virtual bool CheckOnConfigChange
|
||||
{
|
||||
get
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
public virtual bool CheckOnConfigChange => true;
|
||||
|
||||
public virtual bool CheckOnSchedule
|
||||
{
|
||||
get
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
public virtual bool CheckOnSchedule => true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user