Преглед на файлове

fix: added utils import to spotify module

Kristian Vos преди 5 години
родител
ревизия
18870ae5b0
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      backend/logic/spotify.js

+ 1 - 0
backend/logic/spotify.js

@@ -23,6 +23,7 @@ module.exports = class extends coreClass {
 			this.setStage(1);
 
 			this.cache = this.moduleManager.modules["cache"];
+			this.utils = this.moduleManager.modules["utils"];
 
 			const client = config.get("apis.spotify.client");
 			const secret = config.get("apis.spotify.secret");