Update authorization header name

This commit is contained in:
Bill Thornton 2022-06-17 11:13:26 -04:00
parent f6712aaae3
commit 6c80708fc4

View File

@ -20,7 +20,7 @@ type BuildFullPathFunction = (baseURL?: string, requestedURL?: string) => string
const buildFullPath: BuildFullPathFunction = require('axios/lib/core/buildFullPath');
/** The authorization header field name. */
export const AUTHORIZATION_HEADER = 'X-Emby-Authorization';
export const AUTHORIZATION_HEADER = 'Authorization';
/** Class representing the Jellyfin API. */
export class Api {