mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Metadata settings added to UI
This commit is contained in:
@@ -34,7 +34,7 @@ namespace NzbDrone.Core.Metadata
|
||||
definitions.Add(new MetadataDefinition
|
||||
{
|
||||
Enable = false,
|
||||
Name = provider.GetType().Name,
|
||||
Name = provider.GetType().Name.Replace("Metadata", ""),
|
||||
Implementation = provider.GetType().Name,
|
||||
Settings = (IProviderConfig)Activator.CreateInstance(provider.ConfigContract)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user