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

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
@@ -17,6 +17,7 @@ namespace NzbDrone.Core.NetImport.RSSImport
{
public override string Name => "RSSList";
public override bool Enabled => true;
public override bool EnableAuto => true;
public RSSImport(IHttpClient httpClient, IConfigService configService, IParsingService parsingService, Logger logger)
: base(httpClient, configService, parsingService, logger)