Fix Type issue
Build Jellyfin n8n Node / build (push) Failing after 1m14s

This commit is contained in:
2026-04-06 13:23:21 -05:00
parent 58900d9bc7
commit b0c78499d9
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export class JellyfinApi implements ICredentialType {
];
authenticate = {
type: 'generic',
type: 'generic' as const,
properties: {
headers: {
'Authorization': '={{"MediaBrowser Token=" + $credentials.apiKey}}'