Display names for Indexers

This commit is contained in:
Mark McDowall
2015-04-25 09:19:23 -07:00
parent e296d94417
commit c3e0dbc173
15 changed files with 106 additions and 10 deletions
+1 -8
View File
@@ -19,14 +19,7 @@ namespace NzbDrone.Core.Indexers
protected readonly IParsingService _parsingService;
protected readonly Logger _logger;
public string Name
{
get
{
return GetType().Name;
}
}
public abstract string Name { get; }
public abstract DownloadProtocol Protocol { get; }
public abstract Boolean SupportsRss { get; }