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

update depends

This commit is contained in:
Luke Pulverenti 2016-04-22 12:12:03 -04:00
parent ceffef675b
commit 3d5279a0de

View file

@ -2202,7 +2202,7 @@ var AppInfo = {};
defineRoute({ defineRoute({
path: '/connectlogin.html', path: '/connectlogin.html',
dependencies: [], dependencies: ['paper-button'],
autoFocus: false, autoFocus: false,
anonymous: true anonymous: true
}); });
@ -2357,7 +2357,7 @@ var AppInfo = {};
defineRoute({ defineRoute({
path: '/itemdetails.html', path: '/itemdetails.html',
dependencies: [], dependencies: ['paper-button'],
autoFocus: false autoFocus: false
}); });
@ -2476,7 +2476,7 @@ var AppInfo = {};
defineRoute({ defineRoute({
path: '/login.html', path: '/login.html',
dependencies: [], dependencies: ['paper-button'],
autoFocus: false, autoFocus: false,
anonymous: true anonymous: true
}); });
@ -2531,31 +2531,31 @@ var AppInfo = {};
defineRoute({ defineRoute({
path: '/mypreferencesdisplay.html', path: '/mypreferencesdisplay.html',
dependencies: [], dependencies: ['paper-button'],
autoFocus: false autoFocus: false
}); });
defineRoute({ defineRoute({
path: '/mypreferenceshome.html', path: '/mypreferenceshome.html',
dependencies: [], dependencies: ['paper-button'],
autoFocus: false autoFocus: false
}); });
defineRoute({ defineRoute({
path: '/mypreferenceslanguages.html', path: '/mypreferenceslanguages.html',
dependencies: [], dependencies: ['paper-button'],
autoFocus: false autoFocus: false
}); });
defineRoute({ defineRoute({
path: '/mypreferencesmenu.html', path: '/mypreferencesmenu.html',
dependencies: [], dependencies: ['paper-button'],
autoFocus: false autoFocus: false
}); });
defineRoute({ defineRoute({
path: '/myprofile.html', path: '/myprofile.html',
dependencies: [], dependencies: ['paper-button'],
autoFocus: false autoFocus: false
}); });