mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
Allow Obsolete of C# Indexer Implementations
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user