mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 07:32:38 +00:00
bB: fix search
This commit is contained in:
parent
c6f4e2a0e0
commit
6472ef152e
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ namespace Jackett.Indexers
|
|||
var searchUrl = SearchUrl;
|
||||
var queryCollection = new NameValueCollection();
|
||||
|
||||
queryCollection.Add("action", "simple");
|
||||
queryCollection.Add("action", "basic");
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(searchString))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue