mirror of https://github.com/Jackett/Jackett
HDHome: try to fix search
This commit is contained in:
parent
99d8f63f9e
commit
b58c9fb718
|
@ -82,7 +82,6 @@
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: /torrents.php
|
- path: /torrents.php
|
||||||
method: post
|
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{range .Categories}}cat{{.}}=1&{{end}}"
|
$raw: "{{range .Categories}}cat{{.}}=1&{{end}}"
|
||||||
search: "{{if .Query.IMDBID}}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
search: "{{if .Query.IMDBID}}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
||||||
|
|
Loading…
Reference in New Issue