From b13f5ab90576834825a2f7f607a399110d08ec4f Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Fri, 1 Dec 2023 05:19:08 +0000 Subject: [PATCH] jpopsuki: tidy artist search --- src/Jackett.Common/Definitions/jpopsuki.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/jpopsuki.yml b/src/Jackett.Common/Definitions/jpopsuki.yml index 269a5c53b..07fcc1e01 100644 --- a/src/Jackett.Common/Definitions/jpopsuki.yml +++ b/src/Jackett.Common/Definitions/jpopsuki.yml @@ -75,7 +75,7 @@ search: - path: ajax.php inputs: $raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}{{ if or .Query.Album .Query.Artist .Keywords }}action=advanced{{ else }}searchtags=japanese&tags_type=0{{ end }}" - artistname: "{{ if .Query.Artist }}{{ .Query.Artist }}{{ else }}{{ end }}" + artistname: "{{ .Query.Artist }}" torrentname: "{{ if .Query.Album }}{{ .Query.Album }}{{ else }}{{ .Keywords }}{{ end }}" freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" order_by: "{{ .Config.sort }}"