From d00ed609eae78ea678acd67b7f2fe6bddc0eb628 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 29 Dec 2016 14:28:15 -0500 Subject: [PATCH] add pluginmanager --- dashboard-ui/scripts/site.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 0106f21ffe..bfc24c229c 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -1204,6 +1204,7 @@ var AppInfo = {}; itemHelper: embyWebComponentsBowerPath + '/itemhelper', itemShortcuts: embyWebComponentsBowerPath + "/shortcuts", serverNotifications: embyWebComponentsBowerPath + '/servernotifications', + pluginManager: embyWebComponentsBowerPath + '/pluginmanager', webAnimations: bowerPath + '/web-animations-js/web-animations-next-lite.min' };