New: Support for Prowlarr Definitions v2

New: Support for Updated yml Definitions
Fixes: #298
This commit is contained in:
bakerboy448
2021-08-16 19:59:36 -05:00
committed by Qstick
parent 293b32ea0e
commit c5caf22375
3 changed files with 173 additions and 40 deletions
@@ -24,7 +24,9 @@ namespace NzbDrone.Core.IndexerVersions
public class IndexerDefinitionUpdateService : IIndexerDefinitionUpdateService, IExecute<IndexerDefinitionUpdateCommand>
{
private const int DEFINITION_VERSION = 1;
/* Update Service will fall back if version # does not exist for an indexer per Ta */
private const int DEFINITION_VERSION = 2;
private readonly List<string> _defintionBlocklist = new List<string>()
{
"aither",