mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrentview: use today.year for keywordless
as previous keyword is not returning results
This commit is contained in:
@@ -63,7 +63,7 @@ search:
|
|||||||
gr_id: ""
|
gr_id: ""
|
||||||
# search in: title
|
# search in: title
|
||||||
sfl: wr_subject
|
sfl: wr_subject
|
||||||
stx: "{{ if .Keywords }}{{ .Keywords }}{{ else }}금요일{{ end }}"
|
stx: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||||
# search operand: or, and
|
# search operand: or, and
|
||||||
sop: and
|
sop: and
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user