diff --git a/src/NzbDrone.Core/Indexers/IndexerBase.cs b/src/NzbDrone.Core/Indexers/IndexerBase.cs index 923a0598a..e56121013 100644 --- a/src/NzbDrone.Core/Indexers/IndexerBase.cs +++ b/src/NzbDrone.Core/Indexers/IndexerBase.cs @@ -68,7 +68,7 @@ public virtual IEnumerable DefaultDefinitions yield return new IndexerDefinition { - Name = GetType().Name, + Name = Name ?? GetType().Name, Enable = config.Validate().IsValid && SupportsRss, Implementation = GetType().Name, Settings = config