mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
aidoruonline: replace unnecessary raw search input
This commit is contained in:
parent
617c60b8e2
commit
1e310ad096
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ search:
|
||||||
- path: get_ttable.php
|
- path: get_ttable.php
|
||||||
inputs:
|
inputs:
|
||||||
pcat: "Show+All"
|
pcat: "Show+All"
|
||||||
$raw: "scat={{ range .Categories }}{{.}},{{end}}&"
|
scat: "{{ range .Categories }}{{.}},{{end}}"
|
||||||
subbed: ""
|
subbed: ""
|
||||||
fl: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
fl: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
resd: ""
|
resd: ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue