mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-25 18:06:21 +01:00
Fixed: (PTP) Sorting releases by time added
This commit is contained in:
parent
8081f13052
commit
c0d2cb42e9
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ private IEnumerable<IndexerRequest> GetRequest(string searchTerm, SearchCriteria
|
|||
{ "action", "advanced" },
|
||||
{ "json", "noredirect" },
|
||||
{ "grouping", "0" },
|
||||
{ "order_by", "time" },
|
||||
{ "order_way", "desc" },
|
||||
{ "searchstr", searchTerm }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue