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:
parent
00d9c6d71d
commit
42c0516a44
3 changed files with 75 additions and 7 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue