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

Add ViewManager React wrapper component

This commit is contained in:
Bill Thornton 2022-10-22 03:28:15 -04:00
parent 00d9c6d71d
commit 42c0516a44
3 changed files with 75 additions and 7 deletions

View file

@ -345,13 +345,6 @@ import { appRouter } from '../components/appRouter';
controller: 'livetvtuner'
});
defineRoute({
alias: '/music.html',
path: 'music/music.html',
controller: 'music/musicrecommended',
autoFocus: false
});
defineRoute({
alias: '/installedplugins.html',
path: 'dashboard/plugins/installed/index.html',