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:
parent
a878877550
commit
6dfdbb8075
10 changed files with 20 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue