mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-27 00:01:19 +00:00
Update authorization header name
This commit is contained in:
parent
f6712aaae3
commit
6c80708fc4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user