|
|
@ -68,7 +68,7 @@ namespace NzbDrone.Core.Indexers
|
|
|
|
|
|
|
|
|
|
|
|
yield return new IndexerDefinition
|
|
|
|
yield return new IndexerDefinition
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Name = GetType().Name,
|
|
|
|
Name = Name ?? GetType().Name,
|
|
|
|
Enable = config.Validate().IsValid && SupportsRss,
|
|
|
|
Enable = config.Validate().IsValid && SupportsRss,
|
|
|
|
Implementation = GetType().Name,
|
|
|
|
Implementation = GetType().Name,
|
|
|
|
Settings = config
|
|
|
|
Settings = config
|
|
|
|