chore: Prettified Code

[ci skip]
This commit is contained in:
vapormusic 2022-08-14 15:47:32 +00:00 committed by cider-chore[bot]
parent 5027b6a303
commit 6a310997cf

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);