mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Fixed: (Cardigann) Raw search parameter failed to deserialize
This commit is contained in:
@@ -71,7 +71,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 bool Allowrawsearch { get; set; }
|
||||
}
|
||||
|
||||
public class CaptchaBlock
|
||||
|
||||
Reference in New Issue
Block a user