Implement NetImportSearchService

check it out
This commit is contained in:
Devin Buhl
2017-01-22 23:20:12 -05:00
parent f25d4463f5
commit c0f323b05a
7 changed files with 98 additions and 21 deletions

View File

@@ -23,6 +23,7 @@ namespace NzbDrone.Core.NetImport
public abstract string Name { get; }
public abstract bool Enabled { get; }
public abstract bool EnableAuto { get; }
public NetImportBase(IConfigService configService, IParsingService parsingService, Logger logger)
{