1
0
Fork 0
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:
Matt Montgomery 2020-07-26 23:57:28 -05:00
parent e5f0d77c30
commit ae5fa9d304
13 changed files with 220 additions and 227 deletions

View file

@ -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',