mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
sharewood: correct results sort. resolves #5006
This commit is contained in:
parent
4ae705eb15
commit
1cbeb74c8e
1 changed files with 2 additions and 1 deletions
|
@ -53,8 +53,9 @@
|
|||
- path: filterTorrents
|
||||
inputs:
|
||||
search: "{{ .Keywords }}"
|
||||
description: ""
|
||||
uploader: ""
|
||||
sort: created_at
|
||||
sorting: created_at
|
||||
direction: desc
|
||||
qty: 100
|
||||
rows:
|
||||
|
|
Loading…
Reference in a new issue