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

Add inputManager to plugin.

This commit is contained in:
Ian Walton 2021-04-14 18:59:51 -04:00
parent 911a5fa847
commit db107ff300

View file

@ -5,6 +5,7 @@ import appSettings from '../scripts/settings/appSettings';
import { playbackManager } from './playback/playbackmanager';
import { appHost } from '../components/apphost';
import { appRouter } from '../components/appRouter';
import * as inputManager from '../scripts/inputManager';
/* eslint-disable indent */
@ -95,7 +96,8 @@ import { appRouter } from '../components/appRouter';
playbackManager,
globalize,
appHost,
appRouter
appRouter,
inputManager
});
} else {
console.debug(`Loading plugin (via dynamic import): ${pluginSpec}`);