mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
Implement NetImportSearchService
check it out
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user