diff --git a/src/utils/restreamer.js b/src/utils/restreamer.js index f8a785f..a6f47e3 100644 --- a/src/utils/restreamer.js +++ b/src/utils/restreamer.js @@ -381,9 +381,9 @@ class Restreamer { return; } - await this._initSkills(); await this._initConfig(); await this._discoverChannels(); + await this._initSkills(); } _setTokenRefresh(expiresIn) {