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:
parent
0bfe84ac9b
commit
6c2a365ecb
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
Loading…
Add table
Reference in a new issue