1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #1200 from dmitrylyzo/fix-apiclient-1

Babel apiclient and fix reference name
This commit is contained in:
dkanada 2020-05-08 15:56:27 +09:00 committed by GitHub
commit 63cdd95baa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -158,7 +158,7 @@ _define('headroom', function () {
var apiclient = require('jellyfin-apiclient');
_define('apiclient', function () {
return apiclient.apiclient;
return apiclient.ApiClient;
});
_define('events', function () {