Update raop.ts
This commit is contained in:
parent
3e728848d7
commit
c4a33b7cb9
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ export default class RAOP {
|
||||||
this.castDevices = [];
|
this.castDevices = [];
|
||||||
console.log("scan for airplay devices");
|
console.log("scan for airplay devices");
|
||||||
|
|
||||||
const browser = this.mdns.createBrowser(this.mdns.tcp('raop'));
|
const browser = this.mdns.createBrowser();
|
||||||
browser.on('ready', browser.discover);
|
browser.on('ready', browser.discover);
|
||||||
|
|
||||||
browser.on('update', (service: any) => {
|
browser.on('update', (service: any) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue