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
1846f1afcf
commit
965bf947c8
16 changed files with 111 additions and 63 deletions
|
@ -152,8 +152,9 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
|
|||
xhr.onload = function (e) {
|
||||
if (this.status < 400) {
|
||||
resolve(JSON.parse(this.response));
|
||||
} else {
|
||||
resolve({});
|
||||
}
|
||||
resolve({});
|
||||
};
|
||||
|
||||
xhr.onerror = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue