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:
parent
911a5fa847
commit
db107ff300
1 changed files with 3 additions and 1 deletions
|
@ -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}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue