1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-04-22 12:25:52 -04:00
parent 3d5279a0de
commit c53f83fb55
7 changed files with 60 additions and 27 deletions

View file

@ -16,12 +16,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.1.52",
"_release": "1.1.52",
"version": "1.1.53",
"_release": "1.1.53",
"_resolution": {
"type": "version",
"tag": "1.1.52",
"commit": "e3d1b76fb2c7820d5584d2f3f97fed687a0f9ae2"
"tag": "1.1.53",
"commit": "9444540a862f03f8aac0f2cd78e2da53ffe196d0"
},
"_source": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript.git",
"_target": "^1.1.51",

View file

@ -141,7 +141,7 @@
{
url: url,
status: response.status,
errorCode: response.headers ? response.headers["X-Application-Error-Code"] : null
errorCode: response.headers ? response.headers.get('X-Application-Error-Code') : null
}]);
}