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

update channel streams

This commit is contained in:
Luke Pulverenti 2015-09-01 18:04:54 -04:00
parent a878877550
commit 6dfdbb8075
10 changed files with 20 additions and 16 deletions

View file

@ -400,6 +400,11 @@
updateEditorNode(this, item);
}).on('pagebeforeshow', ".metadataEditorPage", function () {
Dashboard.importCss('css/metadataeditor.css');
window.MetadataEditor = new metadataEditor();
}).on('pagebeforeshow', ".metadataEditorPage", function () {
var page = this;
@ -425,11 +430,6 @@
});
}).on('pageinit', ".metadataEditorPage", function () {
Dashboard.importCss('css/metadataeditor.css');
window.MetadataEditor = new metadataEditor();
}).on('pagebeforehide', ".metadataEditorPage", function () {
var page = this;