From f5d6fa91380c189a56fa82eddbcbb97bbc08bf22 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Sat, 27 Nov 2021 15:39:13 -0600 Subject: [PATCH] Fixed: (Cardigann) Blocklist depreciated definitions reverts 1abd14ee865033cf62fd6700829335a80d9e42f6 adds additional v3 definitions --- .../IndexerDefinitionUpdateService.cs | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs b/src/NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs index 53c0249af..dc4c6f2e7 100644 --- a/src/NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs +++ b/src/NzbDrone.Core/IndexerVersions/IndexerDefinitionUpdateService.cs @@ -29,12 +29,21 @@ namespace NzbDrone.Core.IndexerVersions private const int DEFINITION_VERSION = 3; private readonly List _defintionBlocklist = new List() { + "aither", "animeworld", - "beyond-hd", "beyond-hd-oneurl", + "beyond-hd", + "blutopia", + "brsociety", "danishbytes", + "datascene", + "desitorrents", "hdbits", - "lat-team" + "lat-team", + "reelflix", + "shareisland", + "skipthecommercials", + "tellytorrent" }; private readonly IHttpClient _httpClient;