mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 15:42:48 +00:00
spiritofrevolution: fix imdbsearch. #4859
This commit is contained in:
parent
ffd1600226
commit
875be5dde9
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
|||
- path: selection.php
|
||||
inputs:
|
||||
$raw: "{{ if .Categories }}{{ range .Categories }}scat[]={{.}}&{{end}}{{else}}{{end}}"
|
||||
search: "{{ if .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
||||
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
||||
# 0 name 1 descr 2 both 4 imdb
|
||||
blah: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
||||
orderby: "{{ .Config.sort }}"
|
||||
|
|
Loading…
Reference in a new issue