mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Babel apiclient and fix reference name
This commit is contained in:
parent
a7241d39f6
commit
5d40eb0b23
3 changed files with 3 additions and 3 deletions
|
@ -158,7 +158,7 @@ _define('headroom', function () {
|
|||
var apiclient = require('jellyfin-apiclient');
|
||||
|
||||
_define('apiclient', function () {
|
||||
return apiclient.apiclient;
|
||||
return apiclient.ApiClient;
|
||||
});
|
||||
|
||||
_define('events', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue