Bit-Titan: fetch 50 results

which is the max currently despite with the API docs on the site state.
This commit is contained in:
Garfield69
2021-09-30 07:31:38 +13:00
parent 47b7d6a588
commit cbda838dde

View File

@@ -178,7 +178,7 @@ namespace Jackett.Common.Indexers
searchUrl += "&downloadLink=1";
searchUrl += "&limit=4";
searchUrl += "&limit=2";
if (((BoolConfigurationItem)configData.GetDynamic("freeleech")).Value)
searchUrl += "&searchIn=9";