mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02: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