mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 08:57:46 +02:00
Added torrent downloading proxy
This commit is contained in:
@@ -135,5 +135,10 @@ namespace Jackett
|
||||
return releases.ToArray();
|
||||
});
|
||||
}
|
||||
|
||||
public Task<byte[]> Download(Uri link)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user