Fixed: (PTP) Sorting releases by time added

This commit is contained in:
Bogdan
2025-04-30 22:15:14 +03:00
parent 8081f13052
commit c0d2cb42e9

View File

@@ -78,6 +78,8 @@ namespace NzbDrone.Core.Indexers.Definitions.PassThePopcorn
{ "action", "advanced" },
{ "json", "noredirect" },
{ "grouping", "0" },
{ "order_by", "time" },
{ "order_way", "desc" },
{ "searchstr", searchTerm }
};