1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update version

This commit is contained in:
Luke Pulverenti 2016-01-02 18:54:15 -05:00
parent 1502636a3d
commit 18833d5df9

View file

@ -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) {