mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-23 22:45:06 -04:00
Indexer and Search page work
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using NzbDrone.Core.ThingiProvider;
|
||||
using System;
|
||||
using NzbDrone.Core.ThingiProvider;
|
||||
|
||||
namespace NzbDrone.Core.Indexers
|
||||
{
|
||||
@@ -8,9 +9,15 @@ namespace NzbDrone.Core.Indexers
|
||||
public bool EnableAutomaticSearch { get; set; }
|
||||
public bool EnableInteractiveSearch { get; set; }
|
||||
public DownloadProtocol Protocol { get; set; }
|
||||
public IndexerPrivacy Privacy { get; set; }
|
||||
public bool SupportsRss { get; set; }
|
||||
public bool SupportsSearch { get; set; }
|
||||
public bool SupportsMusic { get; set; }
|
||||
public bool SupportsTv { get; set; }
|
||||
public bool SupportsMovies { get; set; }
|
||||
public bool SupportsBooks { get; set; }
|
||||
public int Priority { get; set; } = 25;
|
||||
public DateTime Added { get; set; }
|
||||
|
||||
public override bool Enable => EnableRss || EnableAutomaticSearch || EnableInteractiveSearch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user