hdolimpo-api: add auth header

This commit is contained in:
Bogdan 2023-06-07 20:59:07 +03:00
parent 09dc556140
commit dcec23434f
1 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,9 @@ search:
response:
type: json
headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
inputs:
# if we have an id based search, add Season and Episode as query in name for UNIT3D < v6. Else pass S/E Params for UNIT3D >= v6
$raw: "{{ range .Categories }}&categories[]={{.}}{{end}}"