mirror of
https://github.com/Jackett/Jackett
synced 2025-02-01 12:21:35 +00:00
Fixed TorrentLeech
This commit is contained in:
parent
edf97f5d05
commit
8d39a4b1a7
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ namespace Jackett.Indexers
|
|||
|
||||
public Task<byte[]> Download(Uri link)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return client.GetByteArrayAsync(link);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue