New: (Cardigann) Allow JSON filters

Fixes #844
This commit is contained in:
Qstick
2022-02-27 19:45:54 -06:00
parent c29fba3a2b
commit 76afb70b01
5 changed files with 104 additions and 18 deletions
@@ -28,7 +28,7 @@ namespace NzbDrone.Core.IndexerVersions
/* Update Service will fall back if version # does not exist for an indexer per Ta */
private const string DEFINITION_BRANCH = "master";
private const int DEFINITION_VERSION = 4;
private const int DEFINITION_VERSION = 5;
//Used when moving yml to C#
private readonly List<string> _defintionBlocklist = new List<string>()