mirror of
https://github.com/Jackett/Jackett
synced 2025-02-01 12:21:35 +00:00
abtorrents: fix date parsing
This commit is contained in:
parent
7b33a4595d
commit
4f30d21528
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ search:
|
|||
optional: true
|
||||
filters:
|
||||
- name: dateparse
|
||||
args: "MMM d yyyy h:mm tt"
|
||||
args: "MMM d yyyyh:mm tt"
|
||||
date:
|
||||
text: "{{ if or .Result.date_day .Result.date_year }}{{ or .Result.date_day .Result.date_year }}{{ else }}now{{ end }}"
|
||||
size:
|
||||
|
|
Loading…
Reference in a new issue