Merge pull request #481 from thornbill/fix-library-editor

Fix missing jQuery in medialibraryeditor
This commit is contained in:
Vasily
2019-09-27 10:01:51 +03:00
committed by GitHub
2 changed files with 37 additions and 2 deletions
@@ -1,4 +1,4 @@
define(["loading", "dialogHelper", "dom", "components/libraryoptionseditor/libraryoptionseditor", "emby-button", "listViewStyle", "paper-icon-button-light", "formDialogStyle", "emby-toggle", "flexStyles"], function(loading, dialogHelper, dom, libraryoptionseditor) {
define(["jQuery", "loading", "dialogHelper", "dom", "components/libraryoptionseditor/libraryoptionseditor", "emby-button", "listViewStyle", "paper-icon-button-light", "formDialogStyle", "emby-toggle", "flexStyles"], function(jQuery, loading, dialogHelper, dom, libraryoptionseditor) {
"use strict";
function onEditLibrary() {