mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-29 08:10:51 +02:00
Fixed: Ignore Cardigann version of HDBits
This commit is contained in:
parent
d847916914
commit
2b920ac5f7
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ public interface IIndexerDefinitionUpdateService
|
|||
public class IndexerDefinitionUpdateService : IIndexerDefinitionUpdateService, IExecute<IndexerDefinitionUpdateCommand>
|
||||
{
|
||||
private const int DEFINITION_VERSION = 1;
|
||||
private readonly List<string> _defintionBlacklist = new List<string>() { "blutopia", "beyond-hd", "beyond-hd-oneurl" };
|
||||
private readonly List<string> _defintionBlacklist = new List<string>() { "blutopia", "beyond-hd", "beyond-hd-oneurl", "hdbits" };
|
||||
|
||||
private readonly IHttpClient _httpClient;
|
||||
private readonly IAppFolderInfo _appFolderInfo;
|
||||
|
|
|
|||
Loading…
Reference in a new issue