mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
efectodoppler: fix search. resolves #6929
This commit is contained in:
parent
5e8493bc9a
commit
d460369545
1 changed files with 4 additions and 2 deletions
|
@ -60,8 +60,9 @@
|
|||
paths:
|
||||
- path: torrents.php
|
||||
inputs:
|
||||
artistname: "{{ if .Query.Artist }}{{ .Query.Artist }}{{else}}{{end}}"
|
||||
groupname: "{{ if .Query.Artist }}{{else}}{{ .Keywords }}{{end}}"
|
||||
searchstr: "{{ .Keywords }}"
|
||||
artistname: "{{ .Query.Artist }}"
|
||||
groupname: "{{ .Query.Album }}"
|
||||
order_by: "{{ .Config.sort }}"
|
||||
order_way: "{{ .Config.type }}"
|
||||
|
||||
|
@ -117,3 +118,4 @@
|
|||
case:
|
||||
strong.torrent_label[title*="Neutral"]: 0
|
||||
"*": 1
|
||||
# engine n/a
|
||||
|
|
Loading…
Reference in a new issue