mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
NzbClub and any indexers with settings are not enabled by default
This commit is contained in:
parent
bcf5e3785e
commit
943a05bc09
5 changed files with 19 additions and 5 deletions
|
@ -7,6 +7,11 @@ namespace NzbDrone.Core.Indexers
|
|||
{
|
||||
public TSetting Settings { get; set; }
|
||||
|
||||
public override bool EnableByDefault
|
||||
{
|
||||
get { return false; }
|
||||
}
|
||||
|
||||
public TSetting ImportSettingsFromJson(string json)
|
||||
{
|
||||
Settings = Json.Deserialize<TSetting>(json) ?? new TSetting();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue