1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

speed up db upgrade

This commit is contained in:
Luke Pulverenti 2016-07-06 01:13:26 -04:00
parent 52feb510c8
commit 8c175cbbbd
19 changed files with 28 additions and 20 deletions

View file

@ -2404,7 +2404,7 @@ var AppInfo = {};
defineRoute({
path: '/dashboardgeneral.html',
dependencies: ['emby-collapsible', 'paper-textarea', 'paper-input', 'paper-checkbox'],
dependencies: ['emby-collapsible', 'paper-textarea', 'paper-input', 'paper-checkbox', 'jqmlistview'],
controller: 'scripts/dashboardgeneral',
autoFocus: false,
roles: 'admin'