mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
fixes routes for quickconnect
This commit is contained in:
parent
f309761d87
commit
2c899c93df
@ -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…
Reference in New Issue
Block a user