chore: Prettified Code

[ci skip]
This commit is contained in:
vapormusic 2022-08-15 14:22:24 +00:00 committed by cider-chore[bot]
parent a42fc18ae6
commit 2a158b12d0

View file

@ -156,7 +156,7 @@ export default class RAOP {
)`);
this.ondeviceup(service.name, service.host, service.port, service.addresses, service.txt);
}
});
});
const browser2 = this.mdns.createBrowser(this.mdns.tcp("airplay"));
browser2.on("ready", browser2.discover);