mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +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)
|
public Task<byte[]> Download(Uri link)
|
||||||
{
|
{
|
||||||
throw new NotImplementedException();
|
return client.GetByteArrayAsync(link);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue