mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update depends
This commit is contained in:
parent
ceffef675b
commit
3d5279a0de
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue