Fixed: Allow Redirects on Newznab Search Requests (Fixes DS)

This commit is contained in:
Qstick
2021-02-19 16:25:39 -05:00
parent dd1ced2d5e
commit 9d06a29062
3 changed files with 5 additions and 1 deletions
@@ -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;