1
0
Fork 0
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:
Luke Pulverenti 2016-07-27 01:49:27 -04:00
parent a1af156757
commit 40685119d8
46 changed files with 167 additions and 2007 deletions

View file

@ -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
};
});