1
0
Fork 0
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:
Garfield69 2020-08-05 09:17:04 +12:00
parent 389dfabb3f
commit f57f21031d

View file

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