1
0
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:
Leonardo Galli
2017-01-22 14:03:09 +01:00
parent 0bab97e02f
commit ad26e48408
3 changed files with 4 additions and 11 deletions
@@ -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()
{
+1 -1
View File
@@ -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