From b5aee501e2a8d97ca341e3af5824da81f71a7f4b Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 7 Mar 2020 09:49:09 +1300 Subject: [PATCH] legittorrents: add missing sort --- src/Jackett.Common/Definitions/legittorrents.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/legittorrents.yml b/src/Jackett.Common/Definitions/legittorrents.yml index 57e0700b0..6288ebe19 100644 --- a/src/Jackett.Common/Definitions/legittorrents.yml +++ b/src/Jackett.Common/Definitions/legittorrents.yml @@ -33,6 +33,7 @@ options: "3": "created" "5": "seeders" + "4": "size" "2": "title" - name: type type: select @@ -42,7 +43,6 @@ "2": "desc" "1": "asc" - search: paths: # http://www.legittorrents.info/index.php?page=torrents&search=windows&category=0&active=0 @@ -53,6 +53,8 @@ category: "{{ range .Categories }}{{.}};{{end}}" # 0 all 1 active 2 deadonly active: 1 + order: "{{ .Config.sort }}" + by: "{{ .Config.type }}" rows: selector: table table table.lista > tbody > tr:has(a[href^="download.php?id="])