mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 03:06:49 +00:00
NextTorrent: fix date string
This commit is contained in:
parent
9a5f0de726
commit
02b12dc8e4
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
||||||
attribute: datetime
|
attribute: datetime
|
||||||
filters:
|
filters:
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "2006-01-02T15:04:05+07:00"
|
args: "2006-01-02T15:04:05-07:00"
|
||||||
seeders:
|
seeders:
|
||||||
# there is no seeders on the primary search results page. defaulting to 0
|
# there is no seeders on the primary search results page. defaulting to 0
|
||||||
text: 0
|
text: 0
|
||||||
|
|
Loading…
Reference in a new issue