1
0
Fork 0
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:
softworkz 2016-08-21 04:24:43 +02:00
parent 7896d3df4c
commit 50f9d7d4fe
3 changed files with 54 additions and 38 deletions

View file

@ -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'