New: Convert Shareisland to use API

This commit is contained in:
Qstick
2021-06-13 01:40:07 -04:00
parent bc90415394
commit f6a5f887ce
2 changed files with 58 additions and 1 deletions
@@ -24,7 +24,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>() { "aither", "animeworld", "blutopia", "beyond-hd", "beyond-hd-oneurl", "hdbits" };
private readonly List<string> _defintionBlacklist = new List<string>() { "aither", "animeworld", "blutopia", "beyond-hd", "beyond-hd-oneurl", "hdbits", "shareisland" };
private readonly IHttpClient _httpClient;
private readonly IAppFolderInfo _appFolderInfo;