mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Migrate to ES6
This commit is contained in:
parent
e5f0d77c30
commit
ae5fa9d304
13 changed files with 220 additions and 227 deletions
|
@ -94,10 +94,11 @@ define([
|
|||
controller: 'user/home/index'
|
||||
});
|
||||
defineRoute({
|
||||
path: '/myPreferencesQuickConnect.html',
|
||||
alias: '/mypreferencesquickconnect.html',
|
||||
path: '/controllers/user/quickConnect/index.html',
|
||||
autoFocus: false,
|
||||
transition: 'fade',
|
||||
controller: 'user/quickConnect'
|
||||
controller: 'user/quickConnect/index'
|
||||
});
|
||||
defineRoute({
|
||||
alias: '/mypreferencesplayback.html',
|
||||
|
@ -145,10 +146,10 @@ define([
|
|||
controller: 'dashboard/devices/device'
|
||||
});
|
||||
defineRoute({
|
||||
path: '/quickConnect.html',
|
||||
path: '/quickconnect.html',
|
||||
autoFocus: false,
|
||||
roles: 'admin',
|
||||
controller: "quickConnect"
|
||||
controller: 'dashboard/quickconnect'
|
||||
});
|
||||
defineRoute({
|
||||
path: '/dlnaprofile.html',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue