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
71c9ecf157
commit
467ff3657f
16 changed files with 82 additions and 76 deletions
|
@ -2591,9 +2591,10 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/librarysettings.html',
|
||||
dependencies: [],
|
||||
dependencies: ['emby-collapsible', 'paper-input', 'paper-checkbox', 'paper-button'],
|
||||
autoFocus: false,
|
||||
roles: 'admin'
|
||||
roles: 'admin',
|
||||
controller: 'scripts/librarysettings'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue