mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Because it's 2016!
This commit is contained in:
@@ -11,13 +11,7 @@ namespace NzbDrone.Core.Indexers
|
||||
public bool SupportsRss { get; set; }
|
||||
public bool SupportsSearch { get; set; }
|
||||
|
||||
public override bool Enable
|
||||
{
|
||||
get
|
||||
{
|
||||
return EnableRss || EnableSearch;
|
||||
}
|
||||
}
|
||||
public override bool Enable => EnableRss || EnableSearch;
|
||||
|
||||
public IndexerStatus Status { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user