mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Pass ApiClientFactory instead of API client module
This commit is contained in:
parent
4dc7be9422
commit
8e337da01d
2 changed files with 6 additions and 2 deletions
|
@ -157,6 +157,10 @@ _define("headroom", function () {
|
|||
// apiclient
|
||||
var apiclient = require("jellyfin-apiclient");
|
||||
|
||||
_define("apiclient", function () {
|
||||
return apiclient.apiclient;
|
||||
})
|
||||
|
||||
_define("events", function () {
|
||||
return apiclient.Events;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue