From dd0f1ae65ed552c9a8544b21a70947995f2dea1d Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sat, 2 Dec 2023 01:04:21 +0000 Subject: [PATCH] madsrevolution: tidy genre search --- src/Jackett.Common/Definitions/madsrevolution.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/madsrevolution.yml b/src/Jackett.Common/Definitions/madsrevolution.yml index 40ad2d18c..c16e44eb3 100644 --- a/src/Jackett.Common/Definitions/madsrevolution.yml +++ b/src/Jackett.Common/Definitions/madsrevolution.yml @@ -124,7 +124,7 @@ search: $raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}" action: "{{ if .Config.freeleech }}uploadonly{{ else }}{{ end }}" searchstr: "{{ .Keywords }}" - searchtags: "{{ if .Query.Genre }}{{ .Query.Genre }}{{ else }}{{ end }}" + searchtags: "{{ .Query.Genre }}" # 0 any, 1 all tags_type: 0 order_by: "{{ .Config.sort }}"