mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
Fixed: Improve elapsed time collecting for grabs
This commit is contained in:
@@ -59,7 +59,7 @@ public class MTeamTp : TorrentIndexerBase<MTeamTpSettings>
|
||||
return new MTeamTpParser(Settings, Capabilities.Categories, BuildApiUrl(Settings));
|
||||
}
|
||||
|
||||
public override async Task<byte[]> Download(Uri link)
|
||||
public override async Task<IndexerDownloadResponse> Download(Uri link)
|
||||
{
|
||||
var request = new HttpRequestBuilder(link.ToString())
|
||||
.SetHeader("x-api-key", Settings.ApiKey)
|
||||
|
||||
Reference in New Issue
Block a user