mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
3d5279a0de
commit
c53f83fb55
7 changed files with 60 additions and 27 deletions
|
@ -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
|
||||
}]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue