Explorar o código

fix: added utils import to spotify module

Kristian Vos %!s(int64=5) %!d(string=hai) anos
pai
achega
18870ae5b0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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");