mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
madsrevolution: tidy genre search
This commit is contained in:
parent
17bdb2442d
commit
dd0f1ae65e
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ search:
|
|||
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
||||
action: "{{ if .Config.freeleech }}uploadonly{{ else }}{{ end }}"
|
||||
searchstr: "{{ .Keywords }}"
|
||||
searchtags: "{{ if .Query.Genre }}{{ .Query.Genre }}{{ else }}{{ end }}"
|
||||
searchtags: "{{ .Query.Genre }}"
|
||||
# 0 any, 1 all
|
||||
tags_type: 0
|
||||
order_by: "{{ .Config.sort }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue