1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-10 14:14:25 +00:00

solidtorrents: lint fix and rename.

This commit is contained in:
Garfield69 2021-10-24 16:54:12 +13:00
parent 0bfe84ac9b
commit 6c2a365ecb

View file

@ -64,7 +64,7 @@ search:
inputs:
q: "{{ .Keywords }}"
category: "{{ if .Categories }}{{ join .Categories \",\" }}{{ else }}all{{ end }}"
category: "{{ if .Categories }}{{ join .Categories \",\" }}{{ else }}all{{ end }}"
sort: "{{ .Config.sort }}"
fuv: "{{ if .Config.filter-verified }}yes{{ else }}no{{ end }}"