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({
|
||||
path: '/connectlogin.html',
|
||||
dependencies: [],
|
||||
dependencies: ['paper-button'],
|
||||
autoFocus: false,
|
||||
anonymous: true
|
||||
});
|
||||
|
@ -2357,7 +2357,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/itemdetails.html',
|
||||
dependencies: [],
|
||||
dependencies: ['paper-button'],
|
||||
autoFocus: false
|
||||
});
|
||||
|
||||
|
@ -2476,7 +2476,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/login.html',
|
||||
dependencies: [],
|
||||
dependencies: ['paper-button'],
|
||||
autoFocus: false,
|
||||
anonymous: true
|
||||
});
|
||||
|
@ -2531,31 +2531,31 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/mypreferencesdisplay.html',
|
||||
dependencies: [],
|
||||
dependencies: ['paper-button'],
|
||||
autoFocus: false
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
path: '/mypreferenceshome.html',
|
||||
dependencies: [],
|
||||
dependencies: ['paper-button'],
|
||||
autoFocus: false
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
path: '/mypreferenceslanguages.html',
|
||||
dependencies: [],
|
||||
dependencies: ['paper-button'],
|
||||
autoFocus: false
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
path: '/mypreferencesmenu.html',
|
||||
dependencies: [],
|
||||
dependencies: ['paper-button'],
|
||||
autoFocus: false
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
path: '/myprofile.html',
|
||||
dependencies: [],
|
||||
dependencies: ['paper-button'],
|
||||
autoFocus: false
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue