1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Set default Metadata name

This commit is contained in:
Mark McDowall
2015-04-25 09:10:43 -07:00
parent 0e865fff8c
commit e296d94417
6 changed files with 34 additions and 8 deletions
+1 -7
View File
@@ -10,13 +10,7 @@ namespace NzbDrone.Core.Metadata
{
public abstract class MetadataBase<TSettings> : IMetadata where TSettings : IProviderConfig, new()
{
public string Name
{
get
{
return GetType().Name;
}
}
public abstract string Name { get; }
public Type ConfigContract
{