From df0203419766e55df638cb821a16005d23ac2dfd Mon Sep 17 00:00:00 2001 From: Diego Heras Date: Sat, 19 Sep 2020 17:40:14 +0200 Subject: [PATCH] legittorrents: show dead torrents (#9559) --- src/Jackett.Common/Definitions/legittorrents.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/legittorrents.yml b/src/Jackett.Common/Definitions/legittorrents.yml index ee97f3f91..fff378db2 100644 --- a/src/Jackett.Common/Definitions/legittorrents.yml +++ b/src/Jackett.Common/Definitions/legittorrents.yml @@ -55,7 +55,7 @@ search: search: "{{ .Keywords }}" category: "{{ range .Categories }}{{.}};{{end}}" # 0 all 1 active 2 deadonly - active: 1 + active: 0 order: "{{ .Config.sort }}" by: "{{ .Config.type }}"