This commit is contained in:
@@ -22,7 +22,7 @@ export class JellyfinApi implements ICredentialType {
|
||||
];
|
||||
|
||||
authenticate = {
|
||||
type: 'generic',
|
||||
type: 'generic' as const,
|
||||
properties: {
|
||||
headers: {
|
||||
'Authorization': '={{"MediaBrowser Token=" + $credentials.apiKey}}'
|
||||
|
||||
+4
-3
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es2019",
|
||||
"lib": ["es2019"],
|
||||
"target": "es2022",
|
||||
"lib": ["es2022"],
|
||||
"outDir": "dist",
|
||||
"rootDir": "./",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": [
|
||||
"nodes/**/*.ts",
|
||||
|
||||
Reference in New Issue
Block a user