tellytorrent: fix keyword search

fix 44b43e458e
This commit is contained in:
Garfield69 2021-06-01 00:07:33 +12:00
parent ea917e3cef
commit e1c007b9cf
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ search:
- path: torrents
inputs:
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"
search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" # for dashboard imdbid search
name: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" # for dashboard imdbid search
description: ""
mediainfo: ""
keywords: ""
@ -189,4 +189,4 @@ search:
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
text: 604800
# UNIT3D 5.2.0 (customised)
# UNIT3D 5.3.0