mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
Fix up presets.
This commit is contained in:
@@ -22,7 +22,7 @@ namespace NzbDrone.Core.NetImport.CouchPotato
|
||||
: base(httpClient, configService, parsingService, logger)
|
||||
{ }
|
||||
|
||||
public new virtual IEnumerable<ProviderDefinition> DefaultDefinitions
|
||||
/*public new virtual IEnumerable<ProviderDefinition> DefaultDefinitions
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -38,7 +38,7 @@ namespace NzbDrone.Core.NetImport.CouchPotato
|
||||
Settings = config
|
||||
};
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
public override INetImportRequestGenerator GetRequestGenerator()
|
||||
{
|
||||
|
||||
@@ -43,7 +43,7 @@ namespace NzbDrone.Core.NetImport
|
||||
|
||||
yield return new NetImportDefinition
|
||||
{
|
||||
Name = GetType().Name,
|
||||
Name = this.Name,
|
||||
Enabled = config.Validate().IsValid && Enabled,
|
||||
Implementation = GetType().Name,
|
||||
Settings = config
|
||||
|
||||
Reference in New Issue
Block a user