mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update editor launching
This commit is contained in:
parent
2fe27c82da
commit
b3f0117edb
1 changed files with 4 additions and 4 deletions
|
@ -875,11 +875,11 @@
|
|||
|
||||
editMetadata: function (itemId) {
|
||||
|
||||
Dashboard.navigate('edititemmetadata.html?id=' + itemId);
|
||||
return;
|
||||
require(['components/metadataeditor/metadataeditor'], function () {
|
||||
//Dashboard.navigate('edititemmetadata.html?id=' + itemId);
|
||||
//return;
|
||||
require(['components/metadataeditor/metadataeditor'], function (metadataeditor) {
|
||||
|
||||
MetadataEditor.show(itemId);
|
||||
metadataeditor.show(itemId);
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue