|
|
@ -144,6 +144,7 @@ namespace NzbDrone.Core.Indexers.Cardigann
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public int PageSize { get; set; }
|
|
|
|
public int PageSize { get; set; }
|
|
|
|
public int FirstPageNumber { get; set; }
|
|
|
|
public int FirstPageNumber { get; set; }
|
|
|
|
|
|
|
|
public bool AllowEmptyInputs { get; set; }
|
|
|
|
public string Path { get; set; }
|
|
|
|
public string Path { get; set; }
|
|
|
|
public List<SearchPathBlock> Paths { get; set; }
|
|
|
|
public List<SearchPathBlock> Paths { get; set; }
|
|
|
|
public Dictionary<string, List<string>> Headers { get; set; }
|
|
|
|
public Dictionary<string, List<string>> Headers { get; set; }
|
|
|
|