@scrypted/chromecast
Advanced tools
Comparing version
{ | ||
"name": "@scrypted/chromecast", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Send video, audio, and text to speech notifications to Chromecast and Google Home devices", | ||
@@ -5,0 +5,0 @@ "author": "Scrypted", |
@@ -117,3 +117,3 @@ const fs = require('fs'); | ||
this.browser.on('serviceUp', (service) => { | ||
this.browser.on('serviceUp', function(service) { | ||
console.log(JSON.stringify(service)); | ||
@@ -149,3 +149,3 @@ var id = service.txtRecord.id; | ||
deviceManager.onDeviceDiscovered(device); | ||
}); | ||
}.bind(this)); | ||
@@ -152,0 +152,0 @@ this.discoverDevices(30000); |
Sorry, the diff of this file is too big to display
238608
0.01%