1
0
Fork 0
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:
Bill Thornton 2024-08-14 16:24:56 -04:00
parent ab0fa6cfe6
commit 4f2edf416a
2 changed files with 0 additions and 139 deletions

View file

@ -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() {