1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-01 12:21:35 +00:00

Fixed TorrentLeech

This commit is contained in:
zone117x 2015-05-03 21:23:47 -06:00
parent edf97f5d05
commit 8d39a4b1a7

View file

@ -158,7 +158,7 @@ namespace Jackett.Indexers
public Task<byte[]> Download(Uri link)
{
throw new NotImplementedException();
return client.GetByteArrayAsync(link);
}
}
}