mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
filelist: searchin=1 sort=2 resolves #5190
This commit is contained in:
@@ -120,8 +120,8 @@ namespace Jackett.Common.Indexers
|
|||||||
}
|
}
|
||||||
|
|
||||||
queryCollection.Add("cat", cat);
|
queryCollection.Add("cat", cat);
|
||||||
queryCollection.Add("searchin", "0");
|
queryCollection.Add("searchin", "1");
|
||||||
queryCollection.Add("sort", "0");
|
queryCollection.Add("sort", "2");
|
||||||
|
|
||||||
searchUrl += "?" + queryCollection.GetQueryString();
|
searchUrl += "?" + queryCollection.GetQueryString();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user