Skip to content

Commit

Permalink
Add 'var'
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomashamalainen committed Jul 7, 2020
1 parent 97d9019 commit b8232ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Beocreate2/beo-extensions/shairport-sync/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ var fetch = require("node-fetch"); // for sending HTTP requests to the DACP serv
// DACP SERVICE DISCOVERY


browser = null;
var browser = null;

function startDiscovery() {
browser = new dnssd.Browser(dnssd.tcp('dacp'));
Expand Down

0 comments on commit b8232ab

Please sign in to comment.