mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
AutoOrganize: Migrate paper controls to emby controls
This commit is contained in:
parent
7896d3df4c
commit
50f9d7d4fe
3 changed files with 54 additions and 38 deletions
|
@ -1913,7 +1913,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/autoorganizesmart.html',
|
||||
dependencies: [],
|
||||
dependencies: ['emby-button'],
|
||||
controller: 'scripts/autoorganizesmart',
|
||||
autoFocus: false,
|
||||
roles: 'admin'
|
||||
|
@ -1921,7 +1921,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/autoorganizetv.html',
|
||||
dependencies: ['jqmtable', 'paper-input', 'paper-checkbox'],
|
||||
dependencies: ['emby-checkbox', 'emby-input', 'emby-button', 'emby-select', 'emby-collapse'],
|
||||
controller: 'scripts/autoorganizetv',
|
||||
autoFocus: false,
|
||||
roles: 'admin'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue