mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
xthor-api: allow tmdb + keywords. resolves #12583
This commit is contained in:
parent
290ec2b74f
commit
327b4019e6
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ search:
|
|||
inputs:
|
||||
passkey: "{{ .Config.passkey }}"
|
||||
category: "{{ if .Categories }}{{ range .Categories }}{{.}}+{{end}}{{ else }}{{ end }}"
|
||||
search: "{{ if .Query.TMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
||||
search: "{{ .Keywords }}"
|
||||
tmdbid: "{{ .Query.TMDBID }}"
|
||||
$raw: "{{ if .Config.freeleech }}&freeleech=1{{ else }}{{ end }}"
|
||||
response:
|
||||
|
|
Loading…
Add table
Reference in a new issue