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

Enhance NativeShell for JMP.

This commit is contained in:
Ian Walton 2021-04-10 21:53:32 -04:00
parent 93aefafdee
commit 68e74ede99
4 changed files with 26 additions and 18 deletions

View file

@ -3,6 +3,8 @@ import globalize from '../scripts/globalize';
import loading from './loading/loading';
import appSettings from '../scripts/settings/appSettings';
import { playbackManager } from './playback/playbackmanager';
import { appHost } from '../components/apphost';
import { appRouter } from '../components/appRouter';
/* eslint-disable indent */
@ -90,7 +92,10 @@ import { playbackManager } from './playback/playbackmanager';
events: Events,
loading,
appSettings,
playbackManager
playbackManager,
globalize,
appHost,
appRouter
});
} else {
console.debug(`Loading plugin (via dynamic import): ${pluginSpec}`);