mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add dashboard to pluginManager exported functions.
This commit is contained in:
parent
2da9c9cba8
commit
c16c6269a2
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@ import { appRouter } from '../components/appRouter';
|
|||
import * as inputManager from '../scripts/inputManager';
|
||||
import toast from '../components/toast/toast';
|
||||
import confirm from '../components/confirm/confirm';
|
||||
import * as dashboard from '../utils/dashboard';
|
||||
|
||||
// TODO: replace with each plugin version
|
||||
const cacheParam = new Date().getTime();
|
||||
|
@ -86,7 +87,8 @@ class PluginManager {
|
|||
appRouter,
|
||||
inputManager,
|
||||
toast,
|
||||
confirm
|
||||
confirm,
|
||||
dashboard
|
||||
});
|
||||
} else {
|
||||
console.debug(`Loading plugin (via dynamic import): ${pluginSpec}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue