Fixed: (Indexers) Use the defined names for C# indexers

pull/1351/head v1.1.1.2377
Bogdan 2 years ago
parent ce2f322478
commit 8cd9ad01c2

@ -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

Loading…
Cancel
Save