mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove unused package manager
This commit is contained in:
parent
ab0fa6cfe6
commit
4f2edf416a
2 changed files with 0 additions and 139 deletions
|
@ -9,7 +9,6 @@ import ServerConnections from './components/ServerConnections';
|
|||
|
||||
import { appHost } from './components/apphost';
|
||||
import autoFocuser from './components/autoFocuser';
|
||||
import packageManager from './components/packageManager';
|
||||
import { pluginManager } from './components/pluginManager';
|
||||
import { appRouter } from './components/router/appRouter';
|
||||
import globalize from './lib/globalize';
|
||||
|
@ -147,7 +146,6 @@ async function loadPlugins() {
|
|||
}
|
||||
|
||||
console.groupEnd('loading installed plugins');
|
||||
packageManager.init();
|
||||
}
|
||||
|
||||
function loadPlatformFeatures() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue