hebits: allow imdbid with keywords in search query

Fixes #15224
This commit is contained in:
Bogdan
2024-04-04 16:43:55 +03:00
parent 4a90b57b30
commit 92b2e044dc

View File

@@ -75,7 +75,7 @@ search:
type: json type: json
inputs: inputs:
searchstr: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" searchstr: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }} {{ else }}{{ end }}{{ .Keywords }}"
order_by: "{{ .Config.sort }}" order_by: "{{ .Config.sort }}"
order_way: "{{ .Config.type }}" order_way: "{{ .Config.type }}"
imdbgt: 0 imdbgt: 0