mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
shareisland: replace keywordless search with year. resolves #9289
This commit is contained in:
parent
389dfabb3f
commit
f57f21031d
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ search:
|
|||
- path: torrents/filter
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"
|
||||
search: "{{ if .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
||||
search: "{{ if or .Query.IMDBID .Keywords }}{{ or .Query.IMDBID .Keywords }}{{else}}{{ .Today.Year }}{{end}}"
|
||||
description: ""
|
||||
uploader: ""
|
||||
imdb: "{{ .Query.IMDBIDShort }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue