mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes routes for quickconnect
This commit is contained in:
parent
f309761d87
commit
2c899c93df
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ import { appRouter } from '../components/appRouter';
|
|||
|
||||
defineRoute({
|
||||
alias: '/mypreferencesquickconnect.html',
|
||||
path: '/controllers/user/quickConnect/index.html',
|
||||
path: 'user/quickConnect/index.html',
|
||||
autoFocus: false,
|
||||
transition: 'fade',
|
||||
controller: 'user/quickConnect/index'
|
||||
|
@ -161,7 +161,7 @@ import { appRouter } from '../components/appRouter';
|
|||
|
||||
defineRoute({
|
||||
alias: '/quickConnect.html',
|
||||
path: '/controllers/dashboard/quickConnect.html',
|
||||
path: 'dashboard/quickConnect.html',
|
||||
autoFocus: false,
|
||||
roles: 'admin',
|
||||
controller: 'dashboard/quickConnect'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue