mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-05 23:33:53 +01:00
Fixed: Test code causing grabs to break
This commit is contained in:
parent
999427854a
commit
2adf1b860d
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ public async Task<object> GetDownload(int id, string link, string file)
|
|||
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue