spiritofrevolution: fix imdbsearch. #4859

This commit is contained in:
Garfield69 2020-03-15 08:59:11 +13:00
parent ffd1600226
commit 875be5dde9
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"