done the Download method for FrenchTorrentDb

This commit is contained in:
Sylvain Desbureaux
2015-07-17 00:24:38 +02:00
parent dc63db44fc
commit 7ecc89f30f

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);
} }
} }
} }