mirror of
https://github.com/Jackett/Jackett
synced 2025-03-05 11:18:14 +00:00
hdcztorrent: oops fix typo
This commit is contained in:
parent
37cd1126b6
commit
7d9eea0355
1 changed files with 2 additions and 2 deletions
|
@ -121,8 +121,8 @@ search:
|
|||
uploader: 0
|
||||
# 0 filename, 1 file & desc, 2 description
|
||||
options: 0
|
||||
# 0 all, 1 oactive only, 2 dead only
|
||||
active: 1
|
||||
# 0 all, 1 active only, 2 dead only
|
||||
active: 0
|
||||
# 0 all, 1 classic, 2 silver, 3 gold, 4 silver & gold
|
||||
gold: "{{ if .Config.freeleech }}3{{ else }}0{{ end }}"
|
||||
order: "{{ .Config.sort }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue