mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
New: Support Indexer Grab Redirects
This commit is contained in:
@@ -12,8 +12,10 @@ namespace NzbDrone.Core.Indexers
|
||||
public IndexerPrivacy Privacy { get; set; }
|
||||
public bool SupportsRss { get; set; }
|
||||
public bool SupportsSearch { get; set; }
|
||||
public bool SupportsRedirect { get; set; }
|
||||
public IndexerCapabilities Capabilities { get; set; }
|
||||
public int Priority { get; set; } = 25;
|
||||
public bool Redirect { get; set; }
|
||||
public DateTime Added { get; set; }
|
||||
|
||||
public IndexerStatus Status { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user