mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-30 03:22:02 +01:00
Fixed: (Indexers) Use the defined names for C# indexers
This commit is contained in:
parent
ce2f322478
commit
8cd9ad01c2
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ public virtual IEnumerable<ProviderDefinition> DefaultDefinitions
|
|||
|
||||
yield return new IndexerDefinition
|
||||
{
|
||||
Name = GetType().Name,
|
||||
Name = Name ?? GetType().Name,
|
||||
Enable = config.Validate().IsValid && SupportsRss,
|
||||
Implementation = GetType().Name,
|
||||
Settings = config
|
||||
|
|
|
|||
Loading…
Reference in a new issue