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

remove use of globals from metadata editor

This commit is contained in:
Luke Pulverenti 2016-07-23 17:20:14 -04:00
parent c5574155d3
commit c60d221eed
5 changed files with 52 additions and 56 deletions

View file

@ -575,14 +575,6 @@
});
},
editMetadata: function (itemId) {
require(['components/metadataeditor/metadataeditor'], function (metadataeditor) {
metadataeditor.show(itemId);
});
},
getHref: function (item, context, topParentId) {
var href = LibraryBrowser.getHrefInternal(item, context);