1
0
Fork 0
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:
ilike2burnthing 2023-12-02 01:04:21 +00:00 committed by GitHub
parent 17bdb2442d
commit dd0f1ae65e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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