mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
done the Download method for FrenchTorrentDb
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user