소스 검색

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");