Allow Obsolete of C# Indexer Implementations

This commit is contained in:
Qstick
2021-11-13 21:51:19 -06:00
parent 6200c9e496
commit 1abd14ee86
19 changed files with 40 additions and 6 deletions
@@ -29,15 +29,11 @@ namespace NzbDrone.Core.IndexerVersions
private const int DEFINITION_VERSION = 3;
private readonly List<string> _defintionBlocklist = new List<string>()
{
"aither",
"animeworld",
"blutopia",
"beyond-hd",
"beyond-hd-oneurl",
"danishbytes",
"desitorrents",
"hdbits",
"shareisland",
"lat-team"
};