From c0d2cb42e90f714bc7111e292a73162855bd9675 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Wed, 30 Apr 2025 22:15:14 +0300 Subject: [PATCH] Fixed: (PTP) Sorting releases by time added --- .../PassThePopcorn/PassThePopcornRequestGenerator.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/NzbDrone.Core/Indexers/Definitions/PassThePopcorn/PassThePopcornRequestGenerator.cs b/src/NzbDrone.Core/Indexers/Definitions/PassThePopcorn/PassThePopcornRequestGenerator.cs index 90b370e7b..2cb8c1a96 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/PassThePopcorn/PassThePopcornRequestGenerator.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/PassThePopcorn/PassThePopcornRequestGenerator.cs @@ -78,6 +78,8 @@ namespace NzbDrone.Core.Indexers.Definitions.PassThePopcorn { "action", "advanced" }, { "json", "noredirect" }, { "grouping", "0" }, + { "order_by", "time" }, + { "order_way", "desc" }, { "searchstr", searchTerm } };