Added torrent downloading proxy

This commit is contained in:
zone117x
2015-04-16 21:53:52 -06:00
parent 907d556082
commit f5329d2400
6 changed files with 51 additions and 4 deletions

View File

@@ -135,5 +135,10 @@ namespace Jackett
return releases.ToArray();
});
}
public Task<byte[]> Download(Uri link)
{
throw new NotImplementedException();
}
}
}