done the Download method for FrenchTorrentDb

This commit is contained in:
Sylvain Desbureaux
2015-07-17 00:24:38 +02:00
parent eff8444d83
commit 055ef408f9

View File

@@ -166,7 +166,7 @@ namespace Jackett.Indexers
public Task<byte[]> Download(Uri link) public Task<byte[]> Download(Uri link)
{ {
throw new NotImplementedException(); return client.GetByteArrayAsync(link);
} }
} }
} }