From f5fac592c37e002635853ad87c65bb1a70d17ab7 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 2 Dec 2020 10:14:25 +1300 Subject: [PATCH] bibliotik: fix typo resolves #10342 --- src/Jackett.Common/Definitions/bibliotik.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/bibliotik.yml b/src/Jackett.Common/Definitions/bibliotik.yml index e49b295a1..99d71fd85 100644 --- a/src/Jackett.Common/Definitions/bibliotik.yml +++ b/src/Jackett.Common/Definitions/bibliotik.yml @@ -103,7 +103,7 @@ search: text: "{{ .Result.booktitle }}" filters: - name: append - args: "{{ if .Result.author }} by {{ .Result.author }}{{ else }}{{ end }}{{ if .Result._year }} {{ .Result._year }}{{ else }}{ {end }}{{ if .Result._filetype }} {{ .Result._filetype }}{{ else }}{{ end }}{{ if .Result._retail }} {{ .Result._retail }}{{ else }}{{ end }}" + args: "{{ if .Result.author }} by {{ .Result.author }}{{ else }}{{ end }}{{ if .Result._year }} {{ .Result._year }}{{ else }}{{end }}{{ if .Result._filetype }} {{ .Result._filetype }}{{ else }}{{ end }}{{ if .Result._retail }} {{ .Result._retail }}{{ else }}{{ end }}" details: selector: .title a attribute: href