Remove apiclient from tree
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user