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