mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update plugin catalog
This commit is contained in:
parent
65ed0d3d3c
commit
4094adb5a7
11 changed files with 425 additions and 438 deletions
|
@ -402,8 +402,6 @@
|
|||
|
||||
}).on('pagebeforeshowready', ".metadataEditorPage", function () {
|
||||
|
||||
window.MetadataEditor = new metadataEditor();
|
||||
|
||||
var page = this;
|
||||
|
||||
Dashboard.getCurrentUser().done(function (user) {
|
||||
|
@ -430,6 +428,7 @@
|
|||
}).on('pageinitdepends', ".metadataEditorPage", function () {
|
||||
|
||||
Dashboard.importCss('css/metadataeditor.css');
|
||||
window.MetadataEditor = new metadataEditor();
|
||||
|
||||
}).on('pagebeforehide', ".metadataEditorPage", function () {
|
||||
|
||||
|
@ -482,7 +481,6 @@
|
|||
return query;
|
||||
};
|
||||
|
||||
|
||||
self.loadJsTree = function () {
|
||||
|
||||
var deferred = DeferredBuilder.Deferred();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue