New: Convert BHD to use API

This commit is contained in:
Qstick
2021-04-23 00:32:17 -04:00
parent 3a3564a35b
commit 878e61e84b
2 changed files with 305 additions and 1 deletions
@@ -23,7 +23,7 @@ namespace NzbDrone.Core.IndexerVersions
public class IndexerDefinitionUpdateService : IIndexerDefinitionUpdateService, IExecute<IndexerDefinitionUpdateCommand>
{
private const int DEFINITION_VERSION = 1;
private readonly List<string> _defintionBlacklist = new List<string>() { "blutopia" };
private readonly List<string> _defintionBlacklist = new List<string>() { "blutopia", "beyond-hd", "beyond-hd-oneurl" };
private readonly IHttpClient _httpClient;
private readonly IAppFolderInfo _appFolderInfo;