mirror of https://github.com/Jackett/Jackett
parent
1ea135e19b
commit
a9f9051d16
|
@ -72,6 +72,10 @@ settings:
|
||||||
- name: password
|
- name: password
|
||||||
type: password
|
type: password
|
||||||
label: Password
|
label: Password
|
||||||
|
- name: freeleech
|
||||||
|
type: checkbox
|
||||||
|
label: Search freeleech only
|
||||||
|
default: false
|
||||||
- name: sort
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
|
@ -111,7 +115,7 @@ search:
|
||||||
incldead: 1
|
incldead: 1
|
||||||
lang: 0
|
lang: 0
|
||||||
# 0 all 1 notfree 2 onlyfree
|
# 0 all 1 notfree 2 onlyfree
|
||||||
freeleech: 0
|
freeleech: "{{ if .Config.freeleech }}2{{ else }}0{{ end }}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
sort: "{{ .Config.sort }}"
|
sort: "{{ .Config.sort }}"
|
||||||
order: "{{ .Config.type }}"
|
order: "{{ .Config.type }}"
|
||||||
|
|
Loading…
Reference in New Issue