From 119f234581b22b33c88c9f01c3c11f51f93558e9 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 3 Aug 2019 17:47:46 +1200 Subject: [PATCH] 1337x: replace trending with first pages of tv and movies. resolves #5777 --- src/Jackett.Common/Definitions/1337x.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/1337x.yml b/src/Jackett.Common/Definitions/1337x.yml index b5402a8e8..7aecc285c 100644 --- a/src/Jackett.Common/Definitions/1337x.yml +++ b/src/Jackett.Common/Definitions/1337x.yml @@ -125,8 +125,9 @@ search: paths: - # present trending results if there are no search parms supplied - - path: "{{if .Keywords}}sort-search/{{ .Keywords}}/time/desc/1/{{else}}trending{{end}}" + # present first page of movies and tv results if there are no search parms supplied + - path: "{{if .Keywords}}sort-search/{{ .Keywords}}/time/desc/1/{{else}}cat/Movies/1/{{end}}" + - path: "{{if .Keywords}}{{else}}cat/TV/1/{{end}}" - path: "{{if .Keywords}}sort-search/{{ .Keywords}}/time/desc/2/{{else}}{{end}}" - path: "{{if .Keywords}}sort-search/{{ .Keywords}}/time/desc/3/{{else}}{{end}}" - path: "{{if .Keywords}}sort-search/{{ .Keywords}}/time/desc/4/{{else}}{{end}}"