mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
@@ -21,7 +21,7 @@ namespace NzbDrone.Core.Indexers.Definitions.Xthor
|
||||
public override TimeSpan RateLimit => TimeSpan.FromSeconds(2.1);
|
||||
public override IndexerCapabilities Capabilities => SetCapabilities();
|
||||
|
||||
public Xthor(IHttpClient httpClient,
|
||||
public Xthor(IIndexerHttpClient httpClient,
|
||||
IEventAggregator eventAggregator,
|
||||
IIndexerStatusService indexerStatusService,
|
||||
IConfigService configService,
|
||||
|
||||
Reference in New Issue
Block a user