Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
louis49 committed Feb 16, 2022
1 parent b959c5a commit d7fe4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/homebridge/platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class AndroidTV {
if(this.config.applications){
let index = newValue - channel_length - key_length;
let application = this.config.applications[index];
this.log.info(tvName, "Sending link" + application.link);
this.log.info(tvName, "Sending link " + application.link);
device.android_remote.sendAppLink(application.link);
}
}
Expand Down

0 comments on commit d7fe4de

Please sign in to comment.