mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update tabs
This commit is contained in:
parent
5738507576
commit
e488108c2f
17 changed files with 430 additions and 562 deletions
|
@ -2426,7 +2426,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/home.html',
|
||||
dependencies: ['paper-tabs', 'neon-animated-pages'],
|
||||
dependencies: ['paper-tabs'],
|
||||
autoFocus: false,
|
||||
controller: 'scripts/indexpage'
|
||||
});
|
||||
|
@ -2813,7 +2813,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/tv.html',
|
||||
dependencies: ['paper-tabs', 'neon-animated-pages', 'paper-checkbox'],
|
||||
dependencies: ['paper-tabs', 'paper-checkbox'],
|
||||
autoFocus: false,
|
||||
controller: 'scripts/tvrecommended'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue