From ef64424e5e9fb34a4a2099f22954f7f2628bba52 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sat, 2 Dec 2023 01:05:44 +0000 Subject: [PATCH] hqmusic: tidy search --- src/Jackett.Common/Definitions/hqmusic.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Jackett.Common/Definitions/hqmusic.yml b/src/Jackett.Common/Definitions/hqmusic.yml index 230accb09..b7bd304f6 100644 --- a/src/Jackett.Common/Definitions/hqmusic.yml +++ b/src/Jackett.Common/Definitions/hqmusic.yml @@ -68,10 +68,10 @@ search: $raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}" searchstr: "{{ .Keywords }}" artistname: "{{ if and (.Query.Artist) (ne .Query.Artist \"VA\") }}{{ .Query.Artist }}{{ else }}{{ end }}" - groupname: "{{ if .Query.Album }}{{ .Query.Album }}{{ else }}{{ end }}" - recordlabel: "{{ if .Query.Label }}{{ .Query.Label }}{{ else }}{{ end }}" - year: "{{ if .Query.Year }}{{ .Query.Year }}{{ else }}{{ end }}" - filelist: "{{ if .Query.Track }}{{ .Query.Track }}{{ else }}{{ end }}" + groupname: "{{ .Query.Album }}" + recordlabel: "{{ .Query.Label }}" + year: "{{ .Query.Year }}" + filelist: "{{ .Query.Track }}" freetorrent: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" taglist: "{{ .Query.Genre }}" # 0 Any, 1 All