Display names for Download clients

This commit is contained in:
Mark McDowall
2015-04-25 09:22:53 -07:00
parent c3e0dbc173
commit 235a986679
10 changed files with 66 additions and 10 deletions
@@ -20,13 +20,7 @@ namespace NzbDrone.Core.Download
protected readonly IRemotePathMappingService _remotePathMappingService;
protected readonly Logger _logger;
public string Name
{
get
{
return GetType().Name;
}
}
public abstract string Name { get; }
public Type ConfigContract
{