mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add RouterHistory to replace syncing for compatibility
This commit is contained in:
parent
3315ce1e89
commit
dce7a36fcf
7 changed files with 86 additions and 85 deletions
|
@ -22,7 +22,7 @@ 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 { appRouter } from './components/router/appRouter';
|
||||
import './elements/emby-button/emby-button';
|
||||
import './scripts/autoThemes';
|
||||
import './components/themeMediaPlayer';
|
||||
|
@ -39,6 +39,7 @@ import './legacy/vendorStyles';
|
|||
import { currentSettings } from './scripts/settings/userSettings';
|
||||
import taskButton from './scripts/taskbutton';
|
||||
import RootApp from './RootApp.tsx';
|
||||
import { history } from 'RootAppRouter';
|
||||
|
||||
import './styles/livetv.scss';
|
||||
import './styles/dashboard.scss';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue