mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-27 10:02:16 +01:00
Fixed: (Nebulance) Add SupportsRedirect since their API is stateless
This commit is contained in:
parent
24d6a0cb06
commit
a8ea05af07
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ public class Nebulance : TorrentIndexerBase<NebulanceSettings>
|
|||
public override Encoding Encoding => Encoding.UTF8;
|
||||
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
|
||||
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
|
||||
public override bool SupportsRedirect => true;
|
||||
public override IndexerCapabilities Capabilities => SetCapabilities();
|
||||
|
||||
public Nebulance(IIndexerHttpClient httpClient, IEventAggregator eventAggregator, IIndexerStatusService indexerStatusService, IConfigService configService, Logger logger)
|
||||
|
|
|
|||
Loading…
Reference in a new issue