mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove apiclient from tree
This commit is contained in:
parent
52fe5213f3
commit
33f19c0bef
19 changed files with 39 additions and 2347 deletions
|
@ -108,6 +108,7 @@ _define("page", function() {
|
|||
return page;
|
||||
});
|
||||
|
||||
// core-js
|
||||
var polyfill = require("@babel/polyfill/dist/polyfill");
|
||||
_define("polyfill", function () {
|
||||
return polyfill;
|
||||
|
@ -152,3 +153,22 @@ var headroom = require("headroom.js/dist/headroom");
|
|||
_define("headroom", function () {
|
||||
return headroom;
|
||||
});
|
||||
|
||||
// apiclient
|
||||
var apiclient = require("jellyfin-apiclient");
|
||||
|
||||
_define("events", function () {
|
||||
return apiclient.Events;
|
||||
});
|
||||
|
||||
_define("credentialprovider", function () {
|
||||
return apiclient.Credentials;
|
||||
});
|
||||
|
||||
_define("connectionManagerFactory", function () {
|
||||
return apiclient.ConnectionManager;
|
||||
});
|
||||
|
||||
_define("appStorage", function () {
|
||||
return apiclient.AppStorage;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue