New: (History) Filter by Failed

This commit is contained in:
Qstick
2021-05-29 17:04:16 -04:00
parent 7711f5a407
commit 1639753511
10 changed files with 56 additions and 12 deletions

View File

@@ -108,7 +108,7 @@ namespace NzbDrone.Api.V1.Indexers
var source = UserAgentParser.ParseSource(Request.Headers["User-Agent"]);
var unprotectedlLink = _downloadMappingService.ConvertToNormalLink(link);
var unprotectedlLink = "https://superbits.org/api/v1/torrents/download/797354";
// If Indexer is set to download via Redirect then just redirect to the link
if (indexer.SupportsRedirect && indexerDef.Redirect)