Fixed interface name after half baked rename
This commit is contained in:
parent
238885371b
commit
9458f4c796
|
@ -13,12 +13,12 @@ namespace NzbDrone.Core.ImportLists.Custom
|
||||||
{
|
{
|
||||||
public class CustomImport : ImportListBase<CustomSettings>
|
public class CustomImport : ImportListBase<CustomSettings>
|
||||||
{
|
{
|
||||||
private readonly ICustomProxy _customProxy;
|
private readonly ICustomImportProxy _customProxy;
|
||||||
public override string Name => "Custom List";
|
public override string Name => "Custom List";
|
||||||
|
|
||||||
public override ImportListType ListType => ImportListType.Advanced;
|
public override ImportListType ListType => ImportListType.Advanced;
|
||||||
|
|
||||||
public CustomImport(ICustomProxy customProxy,
|
public CustomImport(ICustomImportProxy customProxy,
|
||||||
IImportListStatusService importListStatusService,
|
IImportListStatusService importListStatusService,
|
||||||
IConfigService configService,
|
IConfigService configService,
|
||||||
IParsingService parsingService,
|
IParsingService parsingService,
|
||||||
|
|
Loading…
Reference in New Issue