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
a1af156757
commit
40685119d8
46 changed files with 167 additions and 2007 deletions
|
@ -33,7 +33,7 @@
|
|||
var html = '';
|
||||
var submitted = false;
|
||||
|
||||
html += globalize.translateDocument(template, 'metadataeditor');
|
||||
html += globalize.translateDocument(template, 'sharedcomponents');
|
||||
|
||||
dlg.innerHTML = html;
|
||||
document.body.appendChild(dlg);
|
||||
|
@ -84,12 +84,6 @@
|
|||
}
|
||||
|
||||
return {
|
||||
show: function (person) {
|
||||
return new Promise(function (resolve, reject) {
|
||||
return globalize.loadStrings('metadataeditor').then(function () {
|
||||
return show(person);
|
||||
});
|
||||
});
|
||||
},
|
||||
show: show
|
||||
};
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue