mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Indexer and Search page work
This commit is contained in:
@@ -20,11 +20,17 @@ namespace NzbDrone.Core.Indexers
|
||||
|
||||
public abstract string Name { get; }
|
||||
public abstract DownloadProtocol Protocol { get; }
|
||||
public abstract IndexerPrivacy Privacy { get; }
|
||||
public int Priority { get; set; }
|
||||
|
||||
public abstract bool SupportsRss { get; }
|
||||
public abstract bool SupportsSearch { get; }
|
||||
|
||||
public abstract bool SupportsMusic { get; }
|
||||
public abstract bool SupportsTv { get; }
|
||||
public abstract bool SupportsMovies { get; }
|
||||
public abstract bool SupportsBooks { get; }
|
||||
|
||||
public IndexerBase(IIndexerStatusService indexerStatusService, IConfigService configService, Logger logger)
|
||||
{
|
||||
_indexerStatusService = indexerStatusService;
|
||||
|
||||
Reference in New Issue
Block a user