From 13e81e5a41f097cae583c814f7a3669630414b25 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 13 Feb 2018 13:57:13 +0200 Subject: [PATCH] Fix themes not loading Broken by e4701be7081e97a6a4e243f104e412be8a0a2c58 --- src/plugins/packages/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/packages/index.js b/src/plugins/packages/index.js index daeaf29a..f27048a8 100644 --- a/src/plugins/packages/index.js +++ b/src/plugins/packages/index.js @@ -62,6 +62,8 @@ function loadPackages() { return; } + packageInfo = packageInfo.thelounge; + packageMap.set(packageName, packageFile); if (packageInfo.type === "theme") {