1337x: replace trending with first pages of tv and movies. resolves #5777

This commit is contained in:
Garfield69 2019-08-03 17:47:46 +12:00
parent 676aadda6d
commit 119f234581
1 changed files with 3 additions and 2 deletions

View File

@ -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}}"