mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update version
This commit is contained in:
parent
1502636a3d
commit
18833d5df9
1 changed files with 5 additions and 5 deletions
|
@ -875,12 +875,12 @@
|
|||
|
||||
editMetadata: function (itemId) {
|
||||
|
||||
//Dashboard.navigate('edititemmetadata.html?id=' + itemId);
|
||||
//return;
|
||||
require(['components/metadataeditor/metadataeditor'], function (metadataeditor) {
|
||||
Dashboard.navigate('edititemmetadata.html?id=' + itemId);
|
||||
|
||||
metadataeditor.show(itemId);
|
||||
});
|
||||
//require(['components/metadataeditor/metadataeditor'], function (metadataeditor) {
|
||||
|
||||
// metadataeditor.show(itemId);
|
||||
//});
|
||||
},
|
||||
|
||||
showMoreCommands: function (positionTo, itemId, commands) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue