mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
(Indexers) Add Support for Aither via UNIT3D API (#176)
* (Indexers) Add Support for Aither via UNIT3D API - Added support for Aither via Unit3d API - Updated IndexerDefinitionUpdateService.cs * fix: aither definition * fix: aither definition * fix: line ending * Tmp vinnie aithia (#1) * (Indexers) Add Support for Aither via UNIT3D API - Added support for Aither via Unit3d API * fix: aither definition Signed-off-by: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> * !fixup fix: aither definition Co-authored-by: HDVinnie <hdinnovations@protonmail.com> * update: Aither.cs - add language and description Co-authored-by: bakerboy448 <55419169+bakerboy448@users.noreply.github.com>
This commit is contained in:
@@ -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>() { "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" };
|
||||
|
||||
private readonly IHttpClient _httpClient;
|
||||
private readonly IAppFolderInfo _appFolderInfo;
|
||||
|
||||
Reference in New Issue
Block a user