turkseed: fix comment

This commit is contained in:
Garfield69
2022-10-16 17:12:58 +13:00
parent 460089d09a
commit 31eb00c30d

View File

@@ -93,7 +93,7 @@ search:
inputs:
do: search
keywords: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
# t_name (not working), t_description, t_both, t_uploader, t_genre
# t_name, t_description, t_both, t_uploader, t_genre
search_type: "{{ if .Query.IMDBID }}t_genre{{ else }}t_both{{ end }}"
category: "{{ if .Categories }}{{ range .Categories }}{{.}};{{end}}{{ else }}0{{ end }}"
include_dead_torrents: yes