mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
reduce use of paper-checkbox
This commit is contained in:
parent
9b12ffa6d7
commit
13096410b0
3 changed files with 39 additions and 23 deletions
|
@ -2121,7 +2121,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/librarysettings.html',
|
||||
dependencies: ['emby-collapse', 'emby-input', 'paper-checkbox', 'emby-button', 'emby-select'],
|
||||
dependencies: ['emby-collapse', 'emby-input', 'emby-button', 'emby-select'],
|
||||
autoFocus: false,
|
||||
roles: 'admin',
|
||||
controller: 'dashboard/librarysettings'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue