mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Fixed: (Indexers) Use the defined names for C# indexers
This commit is contained in:
@@ -68,7 +68,7 @@ namespace NzbDrone.Core.Indexers
|
||||
|
||||
yield return new IndexerDefinition
|
||||
{
|
||||
Name = GetType().Name,
|
||||
Name = Name ?? GetType().Name,
|
||||
Enable = config.Validate().IsValid && SupportsRss,
|
||||
Implementation = GetType().Name,
|
||||
Settings = config
|
||||
|
||||
Reference in New Issue
Block a user