mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-05 13:40:08 -05:00
Fixed: (Internet Archive) Follow redirects on grabs (#403)
This commit is contained in:
@@ -31,6 +31,8 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
|
||||
public override IndexerCapabilities Capabilities => SetCapabilities();
|
||||
|
||||
public override bool FollowRedirect => true;
|
||||
|
||||
public InternetArchive(IHttpClient httpClient, IEventAggregator eventAggregator, IIndexerStatusService indexerStatusService, IConfigService configService, Logger logger)
|
||||
: base(httpClient, eventAggregator, indexerStatusService, configService, logger)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user