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

This commit is contained in:
Bogdan 2023-01-22 19:33:43 +02:00
parent ce2f322478
commit 8cd9ad01c2

View file

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