mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
sportscult: use join for categories filter (#14206)
This commit is contained in:
@@ -123,7 +123,7 @@ search:
|
||||
inputs:
|
||||
page: torrents
|
||||
search: "{{ .Keywords }}"
|
||||
category: "{{ if .Categories }}{{ range .Categories }}{{.}};{{end}}{{ else }}0{{ end }}"
|
||||
category: "{{ if .Categories }}{{ join .Categories \";\" }}{{ else }}0{{ end }}"
|
||||
# 0 all, 1 active, 2 dead
|
||||
active: 0
|
||||
gold: "{{ if .Config.freeleech }}3{{ else }}0{{ end }}"
|
||||
|
Reference in New Issue
Block a user