mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Set default Metadata name
This commit is contained in:
@@ -32,7 +32,7 @@ namespace NzbDrone.Core.Metadata
|
||||
definitions.Add(new MetadataDefinition
|
||||
{
|
||||
Enable = false,
|
||||
Name = provider.GetType().Name.Replace("Metadata", ""),
|
||||
Name = provider.Name,
|
||||
Implementation = provider.GetType().Name,
|
||||
Settings = (IProviderConfig)Activator.CreateInstance(provider.ConfigContract)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user