torrentview: use today.year for keywordless

as previous keyword is not returning results
This commit is contained in:
Garfield69 2023-11-29 09:35:04 +13:00
parent b6233558c2
commit f72a79b21b
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ search:
gr_id: ""
# search in: title
sfl: wr_subject
stx: "{{ if .Keywords }}{{ .Keywords }}{{ else }}금요일{{ end }}"
stx: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
# search operand: or, and
sop: and