Move loading skills to a later point in time
This commit is contained in:
parent
c04b924d9e
commit
dd7adc39bf
@ -381,9 +381,9 @@ class Restreamer {
|
||||
return;
|
||||
}
|
||||
|
||||
await this._initSkills();
|
||||
await this._initConfig();
|
||||
await this._discoverChannels();
|
||||
await this._initSkills();
|
||||
}
|
||||
|
||||
_setTokenRefresh(expiresIn) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user