mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update metadata editor
This commit is contained in:
parent
9ea4a29401
commit
a033df6932
9 changed files with 29 additions and 24 deletions
|
@ -2784,7 +2784,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/mysyncjob.html',
|
||||
dependencies: ['paper-fab', 'paper-item-body', 'paper-icon-item'],
|
||||
dependencies: [],
|
||||
autoFocus: false,
|
||||
transition: 'fade',
|
||||
controller: 'scripts/syncjob'
|
||||
|
@ -2946,7 +2946,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/syncjob.html',
|
||||
dependencies: ['paper-fab', 'paper-item-body', 'paper-icon-item'],
|
||||
dependencies: [],
|
||||
autoFocus: false,
|
||||
transition: 'fade',
|
||||
controller: 'scripts/syncjob'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue