New: (Cardigann) AllowRawSearch Property

This commit is contained in:
Qstick
2021-10-06 21:19:29 -05:00
parent 9eba50d9db
commit 25bb10d62b
2 changed files with 2 additions and 0 deletions
@@ -70,6 +70,7 @@ namespace NzbDrone.Core.Indexers.Cardigann
public Dictionary<string, string> Categories { get; set; }
public List<CategorymappingBlock> Categorymappings { get; set; }
public Dictionary<string, List<string>> Modes { get; set; }
public bool AllowRawSearch { get; set; }
}
public class CaptchaBlock