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:
parent
eff8444d83
commit
055ef408f9
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ namespace Jackett.Indexers
|
|||
|
||||
public Task<byte[]> Download(Uri link)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return client.GetByteArrayAsync(link);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue