mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Fixed: Test code causing grabs to break
This commit is contained in:
@@ -110,7 +110,7 @@ namespace NzbDrone.Api.V1.Indexers
|
||||
var source = UserAgentParser.ParseSource(Request.Headers["User-Agent"]);
|
||||
var host = Request.GetHostName();
|
||||
|
||||
var unprotectedlLink = "https://superbits.org/api/v1/torrents/download/797354";
|
||||
var unprotectedlLink = _downloadMappingService.ConvertToNormalLink(link);
|
||||
|
||||
// If Indexer is set to download via Redirect then just redirect to the link
|
||||
if (indexer.SupportsRedirect && indexerDef.Redirect)
|
||||
|
||||
Reference in New Issue
Block a user