mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
@@ -25,7 +25,17 @@ namespace NzbDrone.Core.IndexerVersions
|
||||
public class IndexerDefinitionUpdateService : IIndexerDefinitionUpdateService, IExecute<IndexerDefinitionUpdateCommand>
|
||||
{
|
||||
private const int DEFINITION_VERSION = 1;
|
||||
private readonly List<string> _defintionBlacklist = new List<string>() { "aither", "animeworld", "blutopia", "beyond-hd", "beyond-hd-oneurl", "hdbits", "shareisland" };
|
||||
private readonly List<string> _defintionBlacklist = new List<string>()
|
||||
{
|
||||
"aither",
|
||||
"animeworld",
|
||||
"blutopia",
|
||||
"beyond-hd",
|
||||
"beyond-hd-oneurl",
|
||||
"danishbytes",
|
||||
"hdbits",
|
||||
"shareisland"
|
||||
};
|
||||
|
||||
private readonly IHttpClient _httpClient;
|
||||
private readonly IAppFolderInfo _appFolderInfo;
|
||||
|
||||
Reference in New Issue
Block a user