Move loading skills to a later point in time

This commit is contained in:
Ingo Oppermann 2025-01-22 13:50:22 +01:00
parent c04b924d9e
commit dd7adc39bf
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -381,9 +381,9 @@ class Restreamer {
return;
}
await this._initSkills();
await this._initConfig();
await this._discoverChannels();
await this._initSkills();
}
_setTokenRefresh(expiresIn) {