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

Extract display mirror handling from component

This commit is contained in:
Bill Thornton 2023-05-18 11:28:16 -04:00
parent efed46a42c
commit 83ebdd9012
4 changed files with 56 additions and 49 deletions

View file

@ -20,6 +20,7 @@ import { appHost } from './components/apphost';
import { getPlugins } from './scripts/settings/webSettings';
import { pluginManager } from './components/pluginManager';
import packageManager from './components/packageManager';
import './components/playback/displayMirrorManager.ts';
import { appRouter, history } from './components/router/appRouter';
import './elements/emby-button/emby-button';
import './scripts/autoThemes';