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
51d44957c3
commit
e9b1b4ad5f
9 changed files with 62 additions and 56 deletions
|
@ -16,12 +16,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.1.111",
|
||||
"_release": "1.1.111",
|
||||
"version": "1.1.112",
|
||||
"_release": "1.1.112",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.1.111",
|
||||
"commit": "6a58b3a503f28eda5198d662643edaedd921abbd"
|
||||
"tag": "1.1.112",
|
||||
"commit": "e4b3d6c51534d2d0035e45ebfb486ea9959317aa"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript.git",
|
||||
"_target": "^1.1.51",
|
||||
|
|
|
@ -251,6 +251,10 @@
|
|||
return credentialProvider.credentials().ConnectAccessToken;
|
||||
};
|
||||
|
||||
self.getApiClients = function () {
|
||||
return apiClients;
|
||||
};
|
||||
|
||||
self.getServerInfo = function (id) {
|
||||
|
||||
var servers = credentialProvider.credentials().Servers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue