1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-29 11:17:22 +00:00

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)
{
throw new NotImplementedException();
return client.GetByteArrayAsync(link);
}
}
}