mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
Fixed: Allow Redirects on Newznab Search Requests (Fixes DS)
This commit is contained in:
@@ -17,6 +17,7 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||
|
||||
public override string Name => "Newznab";
|
||||
public override string BaseUrl => Settings.BaseUrl;
|
||||
public override bool FollowRedirect => true;
|
||||
|
||||
public override DownloadProtocol Protocol => DownloadProtocol.Usenet;
|
||||
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
|
||||
|
||||
Reference in New Issue
Block a user