mirror of
https://github.com/Jackett/Jackett
synced 2024-12-31 20:27:28 +00:00
Changed torrentvault.yml action from advanced to basic. This fixed the search returning everything. (#2160)
This commit is contained in:
parent
59388a8f80
commit
76b088b5ec
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
searchstr: "{{ .Query.Keywords }}"
|
||||
order_by: "time"
|
||||
order_way: "desc"
|
||||
action: "advanced"
|
||||
action: "basic"
|
||||
searchsubmit: "1"
|
||||
|
||||
rows:
|
||||
|
|
Loading…
Reference in a new issue