Skip to content

Commit

Permalink
code update, prepare for new functions
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz914 committed Oct 24, 2021
1 parent 01b8814 commit 0df7739
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 100 deletions.
2 changes: 1 addition & 1 deletion homebridge-ui/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class PluginUiServer extends HomebridgePluginUiServer {
const host = payload.host;
const clientId = payload.clientId;
const clientSecret = payload.clientSecret;
const authTokenFile = this.homebridgeStoragePath + '/xboxTv/authToken_' + host.split('.').join('');
const authTokenFile = `${this.homebridgeStoragePath}/xboxTv/authToken_${host.split('.').join('')}`;

const webApiCheck = XboxWebApi({
clientId: clientId,
Expand Down
Loading

0 comments on commit 0df7739

Please sign in to comment.